CodeIgniter Forums
IE login(session) problem - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: IE login(session) problem (/showthread.php?tid=20728)



IE login(session) problem - El Forum - 07-20-2009

[eluser]renga[/eluser]
I faced a session problem in IE .how to fix this issue?


IE login(session) problem - El Forum - 07-20-2009

[eluser]minhbu[/eluser]
please try Native Session


IE login(session) problem - El Forum - 07-20-2009

[eluser]Wuushu[/eluser]
In your user library, on line 639, you have forgot to add brackets after your IF-statement which then always goes to overwrite your cookie-name variable.

Just a wild guess.. :-P


IE login(session) problem - El Forum - 07-20-2009

[eluser]renga[/eluser]
[quote author="minhbu" date="1248098305"]please try Native Session[/quote]

How to implement Native session ?


IE login(session) problem - El Forum - 07-20-2009

[eluser]renga[/eluser]
[quote author="Wuushu" date="1248098325"]In your user library, on line 639, you have forgot to add brackets after your IF-statement which then always goes to overwrite your cookie-name variable.

Just a wild guess.. :-P[/quote]


in user_agent library?


IE login(session) problem - El Forum - 07-20-2009

[eluser]minhbu[/eluser]
http://codeigniter.com/wiki/Native_session/