CodeIgniter Forums
SESSION is destroyed in Internet Explorer after refresh - 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 is destroyed in Internet Explorer after refresh (/showthread.php?tid=65969)



SESSION is destroyed in Internet Explorer after refresh - agriz - 08-17-2016

I am not using Codeigniter's method to store session.
I use the following method.

$_SESSION['something'] = 'somethign';

When i test this, i feel it is not just working only in Internet Explorer. I tested this with chrome and firefox. It is working in those two browsers.
Please tell why it is not working?