Results 1 to 2 of 2

Thread: I want to ....

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2001
    Location
    Alberton, Gauteng, South-Africa
    Posts
    48

    Question

    Hey Guy's

    Once again I turn to the All knowing people that frequent this Forum ... *Sucking up .... does it show?*

    Anyway I want to know if it's possible to do the following?

    The user loggs into my site .. working fine .. a Flag gets activated that prevents any other user from entering the site using the same UID/PWD combination ... I want to know How I can make it that when the user closes the browser or .. session times out the user's flag gets dropped again ....

    The users details are all held in a table on a SQL7 server.

    Is it possible?

    Regards
    ;-)
    Jaco
    South-Africa

  2. #2
    Addicted Member
    Join Date
    Jun 2000
    Location
    Pittsburgh, PA
    Posts
    149
    Well, if you timstamp the record for that user with the last time they called a page, you could schedule a stored procedure to run ever so often and if the account is listed as logged on and the last time was over a certain period it would reset it so they are not logged in.

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