|
-
Mar 2nd, 2001, 03:09 PM
#1
Thread Starter
Member
I have a job where I need users to login to a website; that I've done and is no problem, but I need it to do one other thing:
I need to retain a list of currently logged in users (with a timeout of about 20minutes or so) and be able to deny logins to the website if the user account is already logged in.
I've tried Session vars but those are not accessable to anyone other that the client they are for.
I've tried Application vars, but there is no way to 'link' a certain client to a application variable.
Maybe I'm missing something. If anyone one could point out a way to do this, a code example of how to do this, or a tutorial on how this is done (if it is possible) i would forever be in your debt.
Thanks in advance for any help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|