Results 1 to 3 of 3

Thread: Logging System - SessionID OK?

  1. #1

    Thread Starter
    Frenzied Member StrangerInBeijing's Avatar
    Join Date
    Mar 2005
    Location
    Not in Beijing
    Posts
    1,666

    Logging System - SessionID OK?

    Hi,

    I'm designing a new logging system for my site.
    Hellova lot of stuff can be logged...I mean, there's over 21,000 news articles alone!
    Anyhow, a user might not be logged in, so I cannot see who it is.
    I was thinking that if I can log the user as he click on links, even though I donit know who it is, I still would like to see what he tried to do, or what "path" he took.

    So my question is: Is a sessionid unique to the user's session? If a user open the main page, and jump between pages, will the sessionid remain the same (unless the session times out of course)

    Any advice, ideas will be welcome. The current logging system implemented by the previous devleoper became obsolete and inefficient, now that we implemented new services.

    Thanks in advance

    Stranger

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Logging System - SessionID OK?

    Yes, SessionIDs are statistically unique. Allow, in your code, for the non-existence of SessionIDs as well, as some crawlers/browsers may not work with one.

  3. #3

    Thread Starter
    Frenzied Member StrangerInBeijing's Avatar
    Join Date
    Mar 2005
    Location
    Not in Beijing
    Posts
    1,666

    Re: Logging System - SessionID OK?

    thanks!
    sure that last bit of info saved me of some trouble in future.

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