EllisLab text mark
Advanced Search
     
Use PhpSession library, but don’t create cookie in the browser.
Posted: 19 November 2012 11:52 AM   [ Ignore ]
Joined: 2012-06-10
13 posts

Hi,

I use CodeIgniter from several months, but now I have a problem…

The last week, all works.
This monday, I try to connect to my backOffice, but I can’t.
After debug, I seen my browser had no cookie (PHPSESSION)...

So I check my source code and my session is create when I’m logged, but no cookie so I lost this after.

The last week I have tryed to use httpS with OVH. But don’t works really, so I am back to http.

All works in localhost, but don’t in my website. Before, all works in the website and localhost.

So, it’s can be the fault of my host ?

Edit: But I create a other cookie and it works correctly…
I don’t understand where is the problem :/