--Al
"Robert Paris" <Som...@NowhereWorld.com> wrote in message
news:uuc3Fi$pAHA.1984@tkmsftngp04...
"Al Manint" <al_m...@nospam.yahoo.com> wrote in message
news:uxF60NAqAHA.844@tkmsftngp05...
http://msdn.microsoft.com/library/default.asp?URL=/library/welcome/dsmsdn/as
p12282000.htm
it should help get you started with cookieless sessions.. (just remember to
use relative links in your pages)
Here is the tag I used...
<sessionstate mode="inproc" cookieless="true" timeout="30"
server="localhost" port="42424" />
I assume that the server and port are not required for "inproc", but I added
them anyway to make that this was not the problem.
Session variables persist from page to page when cookieless property is set
to "false". When I change the property to "true", then the URL gets the
SessionID put in it, but the values do not persist.
Is there a setting that I am missing or is this a bug?
"Microsoft Developer Support" <tezv...@microsoft.com> wrote in message
news:4zDgw6A...@cppssbbsa01.microsoft.com...
"John Peacock" <JohnP...@yahoo.com> wrote in message
news:OzluNoBqAHA.1492@tkmsftngp03...
This gives me an idea for a wish list feature:
What if the server could detect if the client has cookies enabled? If the
client has cookies enabled, then it will use the cookie to store the Session
ID...if not, then use the cookie-less method.
"Robert Paris" <Som...@NowhereWorld.com> wrote in message
news:uqhWuUCqAHA.1396@tkmsftngp05...
But we're still at the same problem - has anyone gotten "cookieless" to
work?