Library tutorials & articles

Implementing Session Tracking

Finally...

For beginners however I suggest any of the first two methods to implement session tracking. Rather the facing the learning curve associated with cookies you could manage with one of the above 2 techniques that you could implement using any language. My first preference is always for hidden fields. But in cases where I am not dealing with forms as such (which generally doesn't happen) I also use URL Rewriting.

Hope this article gave you a sound introduction to session tracking. I am sure you can use the knowledge presented here for you personal programming needs. However in case you plan to implement a professional website then I would suggest you to look into APIs specifically designed for session tracking which would do all the above mentioned stuff for you automatically without you worrying about the nitty-gritty details.

- Kiran Pai

Comments

  1. 21 Feb 2003 at 06:42
    In this article the author describes 2 mechanisms for session tracking. The first of these - hidden form fields is dismissed for those implementers who do not want their hidden field data to be seen by users looking at the page text. It is regarded as inferior to URL re-writing to which the author specifies a preference. So just how is the displaying of a URL in the Address box of browser with all that same information appended to it any better at 'hiding' this data? Considerably worse, I'd say !
  2. 01 Jan 1999 at 00:00

    This thread is for discussions of Implementing Session Tracking.

Leave a comment

Sign in or Join us (it's free).

Kiran Pai

Related podcasts

  • Top Web Design Mistakes

    Pete LePage is Product Manager of Internet Explorer Developer Division and he doesn’t want your web site to stink. Sharing from his talk given at TechEd 2008, Pete highlights 10 common web design mistakes and tells you how you can bypass the same blunders. Pete also tells us how future features o...

Events coming up

We'd love to hear what you think! Submit ideas or give us feedback