CodeIgniter Forums
Problems with session - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Problems with session (/showthread.php?tid=16429)



Problems with session - El Forum - 03-06-2009

[eluser]Unknown[/eluser]
Hello all,
I'm using bramme's auth tutorial to write a simple authentication system.
The problem is in XAMPP everything works fine when I logout, thus I'm able to see the login screen again. However, when using Debian 4.0 with MySQL 5.1 and PHP5 (standard installation) when I click logout I'm returned to the same page I was before logout. If I refresh it a few times, it cycles between the login page and the authenticated page. Any ideas why this is happening?

Thanks a bunch,

Razvan


Problems with session - El Forum - 03-07-2009

[eluser]Blaze Boy[/eluser]
just please check your login page code , i think u r missing something ,
maybe u added a code to login without entering, just check it