Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asptoday_discuss thread: session time out


Message #1 by "Tan Chye Ting" <chyeting18@h...> on Tue, 5 Feb 2002 13:23:11
how do i know how long a user surf my site using session variable?i gotta 

know the duration when my user logout
Message #2 by "Dmitry Zakharov" <brook74@h...> on Tue, 5 Feb 2002 13:32:55
This parameter can be set in IIS settings. Exact path is:

Control Panel -> Internet Information Services - > Default WEB Sait -> 

Root of Your application  - > Properties -> Direcory (tab) - > 

Configuration (button) ->

App Options -> Session Timeout. uff...;-)





> how do i know how long a user surf my site using session variable?i 

gotta 

> know the duration when my user logout
Message #3 by "Patrick" <patrick00@n...> on Wed, 6 Feb 2002 22:07:11 -0000
You may also do this without logs. Log the user in on a session and write

the time to a database. You can trap the user on UnLoad command if he just

goes to another site without logging out and force another window to load.

In this window place your code to write to the database when he logged out



----- Original Message -----

From: "Tan Chye Ting" <chyeting18@h...>

To: "ASPToday Discuss" <asptoday_discuss@p...>

Sent: Tuesday, February 05, 2002 1:23 PM

Subject: [asptoday_discuss] session time out





> how do i know how long a user surf my site using session variable?i gotta

> know the duration when my user logout

>




  Return to Index