If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Who is logged in script

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-04-06, 06:15
oliflorence oliflorence is offline
Registered User
 
Join Date: Aug 2004
Posts: 96
Who is logged in script

Hi,
I am looking to know who is logged in on my site to show on the page, preferrably in ASP JS, does any one know how to do this?
Regards,
Olivier
Reply With Quote
  #2 (permalink)  
Old 11-06-06, 12:59
Teddy Teddy is offline
Purveyor of Discontent
 
Join Date: Mar 2003
Location: The Bottom of The Barrel
Posts: 6,075
It might help to know what method of authentication you're using...
__________________
oh yeah... documentation... I have heard of that.

*** What Do You Want In The MS Access Forum? ***
Reply With Quote
  #3 (permalink)  
Old 11-07-06, 10:08
oliflorence oliflorence is offline
Registered User
 
Join Date: Aug 2004
Posts: 96
Hi,
I am working on a Windows server ASP and MySQL database.
When logged in the userId is stored in a session so what I would need to know is what sessions are active at any one time.

Many thanks
Olivier
Reply With Quote
  #4 (permalink)  
Old 11-07-06, 16:23
Teddy Teddy is offline
Purveyor of Discontent
 
Join Date: Mar 2003
Location: The Bottom of The Barrel
Posts: 6,075
Those session id's are probably then stored in MySQL I'm guessing? There are a lot of ways to manage sessions...
__________________
oh yeah... documentation... I have heard of that.

*** What Do You Want In The MS Access Forum? ***
Reply With Quote
  #5 (permalink)  
Old 11-08-06, 12:14
oliflorence oliflorence is offline
Registered User
 
Join Date: Aug 2004
Posts: 96
The ID's for each users are stored in the DB but the sessions are not actually stored in the database. When the user logs in a session is but nothing is entered in the database.

Regards,
Olivier
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On