CodeIgniter Forums
Session problem with IE7 in Codeigniter 2.02 - 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: Session problem with IE7 in Codeigniter 2.02 (/showthread.php?tid=43729)



Session problem with IE7 in Codeigniter 2.02 - El Forum - 07-21-2011

[eluser]eshban[/eluser]
Hi,

I am having a session issue in Codeigniter 2.0.2. I have uploaded my small application at the following link:

http://www.attractivewall.com/codeigniter/


Problem:

1) My site is hosted on a USA Server and this problem only arises when there is a time difference on Client and Server machine and only exists in IE browser.

Process:

a) Open http://www.attractivewall.com/codeigniter/ and enter any value in username field and press "SUBMIT"

b) It should be redirected to http://www.attractivewall.com/codeigniter/welcome/users
This works fine in firefox but in IE it redirects to the http://www.attractivewall.com/codeigniter/welcome/

c) See the 3 attached file for the code.
controller/welcome.php
views/login.php
views/welcome_message.php

This problem also arises in Codeigniter 1.7 version.


Kindly help in finding the optimal solution of this problem.

Thanks
Eshban

c)

c)


Session problem with IE7 in Codeigniter 2.02 - El Forum - 08-05-2011

[eluser]wasil[/eluser]
yep, i'm experiencing the same


Session problem with IE7 in Codeigniter 2.02 - El Forum - 08-07-2011

[eluser]CodeIgniteMe[/eluser]
Change the session name so that there are no specials characters or symbols (like the underscore _).
IE has had problems and issues with handling session names with special characters.