X
xenophon
I am using cookieless Sessions. Sometimes an IE user will bookmark my
page, so they will have for example
"http://mysite.com/(aaaaaaaa)/page.aspx" in their bookmarks.
When they return to that bookmark, I want to detect if the Session ID
"aaaaaaaa" is already in use, and if it is then take some action.
Do I need an HTTP Module for this, or can I trap in a Global.Asax
event?
Thanks.
page, so they will have for example
"http://mysite.com/(aaaaaaaa)/page.aspx" in their bookmarks.
When they return to that bookmark, I want to detect if the Session ID
"aaaaaaaa" is already in use, and if it is then take some action.
Do I need an HTTP Module for this, or can I trap in a Global.Asax
event?
Thanks.