[PHP-DB] Checking for a successful login and setting a global flag.

2002-07-08 Thread Youngie
Hi Follks I'm writing an application that requires the user to login to gain access to the rest of the site. The login dailog is on index.html, once verified by login.php the user is presented with a menu from which he can select several options option1.htm which executes a query through

Re: [PHP-DB] Checking for a successful login and setting aglobal flag.

2002-07-08 Thread Youngie
able you check to see access rights. An adaption of this script might help. HTH Martin Youngie [EMAIL PROTECTED] 07/08/02 01:50PM Hi Follks I'm writing an application that requires the user to login to gain access to the rest of the site. The login dailog is on index.html, once verified by l

[PHP-DB] Session data not being deleted on browser close.

2002-07-08 Thread Youngie
Why would my session data not be deleted after my browser is closed? I can set some session variables, close my browser, reopen them and the old values are still present, I can verify this by seeing that the file still containts my session data and values. Thanks John. -- PHP Database