CodeIgniter Forums
Session lost after redirect - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Session lost after redirect (/showthread.php?tid=67978)

Pages: 1 2


RE: Session lost after redirect - Krycek - 05-04-2017

Could it be that you are redirecting for example from http:// to http://www ?
With normal PHP $_SESSION, they are default lost.


RE: Session lost after redirect - pankajshinde - 01-12-2021

Remove the special characters (_ - $ #* etc.) from the variable names. The special characters is breaking the session data transfer.