Results 1 to 2 of 2

Thread: Concurrent users?!

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2000
    Location
    New Orleans, LA
    Posts
    37
    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.

  2. #2
    New Member
    Join Date
    Mar 2001
    Location
    Portugal
    Posts
    1

    Wink

    well theres a workaround.
    Put the logged users in a database and make a query on each login. Thats a thought...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width