If you store the login information in the session object you could simply check that object on each of your pages (or you could include a page at the top of your pages which does this check) and redirect them back to the login page if the check fails
-----Original Message-----
From: Mark Muffett [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 28, 2001 5:54 AM
To: [EMAIL PROTECTED]
Subject: User login logging (JDBC authentication)

Any ideas how best to log succesful (or unsuccesful) logins via JDBC authentication.  The big problem is that the user may have bookmarked any one of a number of protected pages, and it isn't practical to put code on each of them.
 
Any help would be appreciated
 
Mark Muffett

Reply via email to