|
-
May 24th, 2001, 07:58 PM
#1
Thread Starter
PowerPoster
Checking client browser...
Does anyone know how to track the client still connected to the server after the session is completed?
-
May 24th, 2001, 08:07 PM
#2
Frenzied Member
Once the session ends, you can no longer track the user. How could you? Maybe with a cookie or something.. but even then only your site can load it..
Might help if you explain what you are trying to do..
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
-
May 24th, 2001, 08:31 PM
#3
Thread Starter
PowerPoster
I mean is:
I have a page let said name :: abc.cfm
Upon the user access to this page, my server will do what ever base on this page.
Once the page is completed loaded, the session is consider done rite?
What I want to do is...
- How do i check wheather the client browser still open/close?
-
May 25th, 2001, 12:03 AM
#4
Frenzied Member
No. The session remains until it times out. The default timeout on IIS is 20 minutes. So a session will remain in memory for 20 minutes AFTER the last page access. If a user goes to another site, and returns to your site before the timeout, he is accessing the page using the same session id. If not, a new session is begun.
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
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
|