> 1. The app checks for a cookie named username. > 2. If username has a value then the app checks the database and see if > the user is in the ActiveUsers table. > 3. If the user is in the ActiveUsers Table then the action is allowed. > else send them to the login.cgi.
Take a look at Apache::AuthCookie on CPAN. It will do most of the stuff you need. -- ------------------------------------------------- Evaldas Imbrasas Web Application Developer Wolfram Research, Inc. (http://www.wolfram.com) Email: [EMAIL PROTECTED] WWW: http://www.tdd.lt/~ear/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
