Results 1 to 4 of 4

Thread: Checking client browser...

  1. #1

    Thread Starter
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    Checking client browser...

    Does anyone know how to track the client still connected to the server after the session is completed?

  2. #2
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    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..

  3. #3

    Thread Starter
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238
    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?

  4. #4
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    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
  •  



Click Here to Expand Forum to Full Width