Click to See Complete Forum and Search --> : Secure Server?


gaihds
02-19-2007, 02:03 PM
How Can i make a secure server using cookies to allow users to login/logout?

yitzle
03-01-2007, 12:16 AM
What language?
PHP (and Perl?) has built in (maybe into a module) cookie functions.
You can write a site that checks the cookie and if its good, it does whatever (display page) and otherwise go to a login form.