Session not working in 1 computer |
My sessions work on all computers except 1 computer. It sets the session variable, but when you go back, the data doesn't exist in the session. I tried setting cookies in PHP and those worked fine. I checked all the windows settings for cookies and they are all allowed. I also tried having Codeigniter use a database for sessions and that didn't work either, even though I see the session data stored in the database. It makes no sense. What could possible cause Codeigniter sessions not to work on just that 1 specific computer? Thanks!
This is my test script: Code: if (isset($_GET['cookiecheck'])) { |
Messages In This Thread |
Session not working in 1 computer - by coolerkid9090 - 09-15-2017, 11:26 AM
RE: Session not working in 1 computer - by Narf - 09-15-2017, 03:29 PM
RE: Session not working in 1 computer - by coolerkid9090 - 09-16-2017, 07:42 AM
RE: Session not working in 1 computer - by skunkbad - 09-16-2017, 01:04 PM
RE: Session not working in 1 computer - by coolerkid9090 - 09-16-2017, 03:07 PM
RE: Session not working in 1 computer - by skunkbad - 09-16-2017, 03:52 PM
RE: Session not working in 1 computer - by Narf - 09-17-2017, 06:55 AM
RE: Session not working in 1 computer - by coolerkid9090 - 09-17-2017, 11:22 PM
RE: Session not working in 1 computer - by Narf - 09-17-2017, 11:32 PM
RE: Session not working in 1 computer - by Narf - 09-16-2017, 11:20 AM
RE: Session not working in 1 computer - by InsiteFX - 09-17-2017, 05:15 AM
|