Session in ASP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wantedscorp
    New Member
    • Oct 2006
    • 1

    Session in ASP

    hi..its the first time i m posting a ques here...so plz excuse me if i make any errors....

    We have been the foll question...(usi ng VBScript)
    -----------------
    Create an Online Tracking system You are required to create an online tracking system for the Webmaster which should show the current online status of all the users currently logged on to your site with the following details about every user:
     SessionId
     Current Page requested
     Time of request
     Browser used for making the request

    If a user remains inactive for 10 minutes, then it should be assumed he is not online. You are not supposed to use any permanent storage features.
    --------------------

    We havent been taught anything related to session as yet...
    i have tried to find out the sesion id nd browser type but it doesnt work for all users..also i am able to find the number of users online using global.asa but therez a problem i.e. wen i open new IE with tht url the count of active users do increase but when i close the page and open again it goes on incrementing by 1. plz help
  • sashi
    Recognized Expert Top Contributor
    • Jun 2006
    • 1749

    #2
    Hi there,

    Kindly refer to below attached link, hope it helps, good luck & take care my fren.. :)

    W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

    Comment

    • sharmanic2002
      New Member
      • Oct 2006
      • 6

      #3
      You can track the entire session details like,
      page accessed,sessio n time,port used,ip address etc., using the Request.Serverv ariables("Param eter").You can use around 16(I guess) parametres

      Comment

      Working...