Re: [PHP] Authentication programming

2003-01-15 Thread Jordan Elver
Hi Justin, Thanks for that link, looks pretty interesting. I'll take a closer read later. Cheers, Jord -- Jordan Elver Eagles may soar high, but weasels don't get sucked into jet engines. -- David Brent (The Office) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: htt

Re: [PHP] Authentication programming

2003-01-14 Thread Justin French
on 15/01/03 7:07 AM, Jordan Elver ([EMAIL PROTECTED]) wrote: > Hi, > I'm about to start a new project which will require a login system. The system > should allow for different types of access on a per page basis. I'm going to > achieve the login system using sessions, which I have done before. >

Re: [PHP] Authentication programming

2003-01-14 Thread Stephen
ry 14, 2003 3:07 PM Subject: [PHP] Authentication programming : Hi, : I'm about to start a new project which will require a login system. The system : should allow for different types of access on a per page basis. I'm going to : achieve the login system using sessions, which I have done b

[PHP] Authentication programming

2003-01-14 Thread Jordan Elver
Hi, I'm about to start a new project which will require a login system. The system should allow for different types of access on a per page basis. I'm going to achieve the login system using sessions, which I have done before. My problem is that I don't want to have to do much login checking on