How do i provide a custom session ID getter/setter in asp.net
Posted
by Monsters
on Stack Overflow
See other posts from Stack Overflow
or by Monsters
Published on 2009-04-22T22:59:30Z
Indexed on
2010/05/24
11:41 UTC
Read the original article
Hit count: 172
I want to pass the sessionID as a json parameter, I can see how to override SessionIDManager and such, but this just covers custom creation/validation of sessionID's as opposed to where it actually gets the sessionID from.
There is of course 'cookieless' which puts it in the url, but that doesn't work for me either.
So i'd like to override the session handling so I can specify where it should look for the sessionID.
© Stack Overflow or respective owner