Results 1 to 2 of 2

Thread: session end log info

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2004
    Location
    india
    Posts
    95

    session end log info

    hai,

    in my project i want to maintain logs for each page.so i created my own function to store the login info in DB.now i want to store the login data when the user opens the site and after closing the session.(ie.Session Begins and ends)

    NB: I want to store a data in DB when the user closes the browser.

    how can i use this using global.asax? can any send me the coding.


    v.r.mahendran

  2. #2
    New Member
    Join Date
    Jun 2004
    Posts
    10
    One cannot determine the closing of a users session when the browser is closed using the X button. You can put your code in session_End Event to save the changes/user logg off information in the DB.

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