Redirect from https login page to http page loses session
This is because a round trip to the client is needed to save the cookie.
To get around this, from the login page redirect to another https page, and from there redirect to an http page - then session is not lost.
To get around this, from the login page redirect to another https page, and from there redirect to an http page - then session is not lost.
Comments
Post a Comment