Click to See Complete Forum and Search --> : Session Question (Hey, that rhymes... sorta)


MstrBob
05-12-2004, 09:06 PM
Okay, so I have a loging system using a database. I start a session for a user, and send session variables and such. So now I have two (2) questions.

1)Is this a good method to use for a login system (God, I hope so since I already have it functioning, supposedly)?

2)Is there any way I can track the different current sessions (IE: A Who's Online function)?

Many thanks...

Paul Jr
05-12-2004, 09:29 PM
1. Yes, I believe most (if not all) login systems use sessions.
2. You can check out this PHP Freaks article (http://www.phpfreaks.com/tutorials/62/0.php), and you might have some more luck there, as well as Hotscripts (http://www.hotscripts.com/).

MstrBob
05-12-2004, 09:45 PM
Thank you Paul Jr, this is exactly what I'm looking for!

Paul Jr
05-12-2004, 09:58 PM
You’re welcome. :)