A
Andy G
Is it possible to force a new session id without the client closing the
browser? I'm using session id in my database and I need a new session id
when a client clicks a certain link. I know I could use my own id in the
database but I was wondering if the the above is possible.
I tried using Session.Abort() and Session.Clear() and used both of them
together and the session id still persists.
Thanks.
browser? I'm using session id in my database and I need a new session id
when a client clicks a certain link. I know I could use my own id in the
database but I was wondering if the the above is possible.
I tried using Session.Abort() and Session.Clear() and used both of them
together and the session id still persists.
Thanks.