[PHP] Re: application variable

2002-01-19 Thread Joe Van Meer
Hi there, I usually test at the top of the page that does my 'logging-in' to see if the variable I set for each user once they actually login is set. So if I set a variable called '$isloggedin' upon a successful login, I would check at the top of that page to see if it is set or not, if it's alrea

[PHP] RE: application variable

2002-01-04 Thread Tim Ward
I think what you mean is sessions, but that can't really do what you want. The best you can do is record on the database when the user last accessed a page of the site and infer if they are currently logged in or not. I would be interested to know how ASP does better than this in a response drive