Welcome Guest, Not a member yet? Register   Sign In
Sessions do not persist
#2

I resolved the issue after I noticed that:
- when the URI contained the character "1" the sessions seemed to carry over
- preventing the http-referer from being sent also seemed to have an effect on whether the session would be kept

Found this setting in php.ini:

session.referer_check = 1

Seems harmless at first, except: "session.referer_check contains the substring you want to check each HTTP Referer for. If the Referer was sent by the client and the substring was not found, the embedded session id will be marked as invalid. Defaults to the empty string."
Reply


Messages In This Thread
Sessions do not persist - by pascal - 03-25-2016, 08:35 PM
RE: Sessions do not persist - by pascal - 03-27-2016, 06:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB