Re: [PHP] User Logout system advice needed...

2005-04-29 Thread Richard Lynch
On Thu, April 28, 2005 10:51 pm, William Stokes said: > How about preventing access by hitting the browsers back button after the > user has logged out? Try sending an md5 or uniqid out as TYPE=HIDDEN with your login, and marking it "used" after the first login. Also educate the users to CLOSE TH

Re: [PHP] User Logout system advice needed...

2005-04-28 Thread William Stokes
OK. How about preventing access by hitting the browsers back button after the user has logged out? -Will "Petar Nedyalkov" <[EMAIL PROTECTED]> kirjoitti viestissä:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] User Logout system advice needed...

2005-04-27 Thread Petar Nedyalkov
On Thursday 28 April 2005 08:48, William Stokes wrote: > Hello, > > I need to write some sort of a user logout system for my web application. > It needs to be a solid system so that if the user presses the Logout button > there's no way of returning to the password protected area without logging >