G
Guest
I have an app that uses the sessionID to track user navigation and usage
through the application.
It works fine except in one case:
There is a point in the application where I want to "close" the user's
tracking and handle the user as if he had just logged on. To do that, I need
a new sessionID. But even if I call Session.Abandon(), the user's SessionID
does not change -- it just dumps session values.
How can I force a new sessionID at some point in the application? Or must I
think of a different way of creating an ID to track the user in the
application?
Thanks
through the application.
It works fine except in one case:
There is a point in the application where I want to "close" the user's
tracking and handle the user as if he had just logged on. To do that, I need
a new sessionID. But even if I call Session.Abandon(), the user's SessionID
does not change -- it just dumps session values.
How can I force a new sessionID at some point in the application? Or must I
think of a different way of creating an ID to track the user in the
application?
Thanks