[PHP] Session Authentication etc...

2002-04-30 Thread Troy Lynch
I'm currently rewriting a website in PHP and something I'm looking to do is login and logouts but also have a page to view who is logged at the present time. I've kinda made some login code which basically checks the database and then sets a cookie which I think I will change cause it looks like

Re: [PHP] Session Authentication etc...

2002-04-30 Thread Jason Wong
On Tuesday 30 April 2002 22:57, Troy Lynch wrote: I'm currently rewriting a website in PHP and something I'm looking to do is login and logouts but also have a page to view who is logged at the present time. Assuming that you do not require a user to logout, there is no reliable method to