Welcome Guest, Not a member yet? Register   Sign In
Session problem with IE7 in Codeigniter 2.02
#1

[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)
#2

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

[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.




Theme © iAndrew 2016 - Forum software by © MyBB