03-16-2010, 04:26 AM
[eluser]joao.sobrinho[/eluser]
I changed the configuration of my codeigniters. Now I'm not using DB to store the session data. It stays in a cookie encrypted.
But a new problem came in...
In the development environment (where I try to replicate as much as possible the real environment), it's all ok.
In the real environment, when it switches from HTTPS to HTTP (after the login), it looses the session. If I put all in HTTPS it works ok, but its slower than HTTP...
Does anyone ever had this problem ?
the configurations are pretty much the same in both environments...
I changed the configuration of my codeigniters. Now I'm not using DB to store the session data. It stays in a cookie encrypted.
But a new problem came in...
In the development environment (where I try to replicate as much as possible the real environment), it's all ok.
In the real environment, when it switches from HTTPS to HTTP (after the login), it looses the session. If I put all in HTTPS it works ok, but its slower than HTTP...
Does anyone ever had this problem ?
the configurations are pretty much the same in both environments...