In our code we reset session info when the user logs in, so that a new session id is generated. The session info is reset in the application controller during the process of logging in. That reset clears the session id that came in with the login request.
I am unable to determine when a new session id is then generated. Any ideas? THANKS