On 8/10/06, ihomestore <[EMAIL PROTECTED]> wrote:
> I am a newbie on django (started last month). After reading the docs on
> django web site, session is implemented solely based on cookie.
>
> In some cases we still want to track users' session even users turn off
> cookie. Is there a way to do so in django?

Hi ihomestore,

The Django session framework depends on cookies -- it intentionally
does not include a URL-based session framework as a fallback.

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to