Welcome Guest, Not a member yet? Register   Sign In
hi, problem with codeigniter session.
#1

[eluser]zeros0[/eluser]
hi everybody!.

i have a problem with codeigniter session!, the session no work very well in the browser IE8 and CHROME. any tips_?
#2

[eluser]Jagar[/eluser]
Did you load the session
Code:
$this->load->library("session");
?
#3

[eluser]Jagar[/eluser]
session is server side not client side, and will work in any browser, unless otherwise
#4

[eluser]Cro_Crx[/eluser]
I use session on my applications and test with Chrome and haven't found any issues, it should work fine. Make sure your loading the session library like suggested above.
#5

[eluser]zeros0[/eluser]
well.. i load my session Sad...
#6

[eluser]Jagar[/eluser]
what are the results?
#7

[eluser]zeros0[/eluser]
same...
i dont know why..
#8

[eluser]Jagar[/eluser]
Why don't you post your code and see what is going on there.




Theme © iAndrew 2016 - Forum software by © MyBB