Results 1 to 3 of 3
Hi all
my php codeignitor application is working on windows fine but now i have shifted it to the linux environment and facing a session problem. The problem is i ...
- 08-02-2010 #1Just Joined!
- Join Date
- Aug 2010
- Posts
- 1
Php Codeignitor Session problem in Linux
Hi all
my php codeignitor application is working on windows fine but now i have shifted it to the linux environment and facing a session problem. The problem is i am loggedin with a user d 1 and visiting a screen where there is list showing corresponding to the session user id 1. it is showing me all list fine now i logged out and again logging in with the user Id 2 and visiting the same screen and it is still showing listing of user id 1, now if i press Ctrl+f5 then it will show me the listing of user id 2. i think session is not clearing properly but i don't find any session problem in windows. i am destroying the session properly in code using
$this->session->unset_userdata('userid');
$this->session->sess_destroy();
Kindly could you tell me please what is the problem.
Many Thanks
- 07-18-2011 #2Just Joined!
- Join Date
- Jul 2011
- Posts
- 1
same problem i am facing....
- 07-18-2011 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,096
Hello and welcome to the forums!

Please feel free to start a new thread of your own if you are having any problems with Linux. This thread is almost 12 months old, so I'm going to lock it down.
Thank you.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.


