Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] Sessions Working on dev and production but not on testing box
#1

[eluser]Clooner[/eluser]
The title says it all. I have a development Ubuntu machine, a testing Windows 7 machine and a production Centos6 machine. Whenever I run the site on either of my Linux boxes it works just fine. However when I go to my Windows 7 box the sessions are not working.

I'm running a version of easyphp on the windows 7 box and maybe there is a setting I need to change somewhere.

Hopefully someone could point me in the right direction why the sessions are not working on the windows 7 installation?

#2

[eluser]Clooner[/eluser]
Somehow the match_useragent config was giving the trouble. Once I set that to FALSE it seems to work everywhere. I looked at the session library a bit but couldn't find anything...
#3

[eluser]Clooner[/eluser]
The problem was that my sessions table was configured with a user_agent column with varchar 50. This made the comparison fail. I set it to varchar 255 and now everything works as it should.





Theme © iAndrew 2016 - Forum software by © MyBB