Sessions - cookieless for non-cookie users only
From: Daniel Malcolm (daniel.malcolm_at_nup.jpigroup.com)
Date: 01/13/05
- Next message: Airshow: "Problem with dynamic change of control value"
- Previous message: Juan Gil: "Asp.net Portal start kit"
- Next in thread: Marina: "Re: Sessions - cookieless for non-cookie users only"
- Reply: Marina: "Re: Sessions - cookieless for non-cookie users only"
- Reply: Joerg Jooss: "Re: Sessions - cookieless for non-cookie users only"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 13 Jan 2005 13:07:02 -0000
Hi
I just wanted to confirm that the "cookieless" attribute of the session
section of the web.config file is an "all or nothing" setting.
For some reason I thought that the following was the case:
If "cookieless" is set to false then ...
- If user's browser supports cookies then cookie is used to track Session
state
- If user's browser doesn't support cookies then cookieless mode (session id
added to url) is used to track Session state
but if "cookieless" is set to true then ...
- cookieless mode (session id added to url) is always used to track Session
state
I'm probably wrong though, as I've done a few tests and if I disable cookies
and set cookieless to "false" then Session state cannot be stored.
Thanks
- Next message: Airshow: "Problem with dynamic change of control value"
- Previous message: Juan Gil: "Asp.net Portal start kit"
- Next in thread: Marina: "Re: Sessions - cookieless for non-cookie users only"
- Reply: Marina: "Re: Sessions - cookieless for non-cookie users only"
- Reply: Joerg Jooss: "Re: Sessions - cookieless for non-cookie users only"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|