[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 option1.

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

2002-07-08 Thread Youngie
x27;re not logged in as a user with Admin rights, then you don't get to see the page. And since only YOU can declare what rights your users have, I don't see a way to spoof this. Unless of course the person doing the spoofing KNOWS what variable you check to see access rights. An adaptio

[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 Maili