> What precisely do you mean by 'track users session'? Just keep a log of > where they are going on your site? You might be able to do that with a > bit of URL fiddling since its not really security-related.
A simple case would be: once users login, if we do not keep track of user session, how do we know it is the same user once he / she diverts to other pages (we do not want to ask user to login for every new page s/he visits). > The only other way I can think of to keep some state between web pages > is to have a form with some hidden fields and make every request a > POST. Eeeyuck. This is better than URL fiddling. - ihomestore > > Barry --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

