Quantcast
Channel: User Chris - Stack Overflow
Viewing all articles
Browse latest Browse all 42

Answer by Chris for Codeigniter session data lost after redirect

$
0
0

Make sure your app has permissions to create the session files to /tmp (where file sessions are stored) if your not using a database for the sessions.

More than likely you need to look at php.ini on the production server and verify the session save handler is defined http://devzone.zend.com/413/trick-out-your-session-handler/ explains this rather well.


Viewing all articles
Browse latest Browse all 42

Trending Articles