the HTTP authentication of using a form uses Sessions!
Check out the following URL: http://www.devshed.com/Server_Side/PHP/Commerce2/ I followed the above URL to create a user authentication page using Sessions. Peter On Mon, 22 Oct 2001, [ISO-8859-1] Stig-Ørjan Smelror wrote: > Wilbert Enserink wrote: > > > Hi all, > > > > > > is it possible to do a HTTP Authentication with my own loginform instead of > > using the ugly pop up window? > > > > > > regards, > > > > Wilbert > > > > > With a lot of thought, yes. > You need to consider a few factors before you start. > > Security: Checking the IP address of the user. > Performance: to DB or not to DB, that is the question! > Security again: what kind of password algoritm are you going to use. > > And so on and so forth. > > I wish you the best of luck. I made such a script just a month ago :) > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]