Hi,

I have a question about Django's built-in session support. I've looked
around in the documentation (and the free Django on-line book) but
couldn't find an answer. Its the sort of question that could be
answered by a look through the code, but I'm new to Python and at the
moment just trying to assess Django's suitability for a new project of
mine. So, I'm sorry if this question has been answered before, or is
answered in an obvious, easily accessible place that I've missed.

The question is this: what does Django do when multiple requests come
in from different IP addresses that are reporting the same session id?
Does Django dump the session data and create new session ids for the
offending clients?

If Django doesn't do this automatically I think I may role this idea
into an authorization middleware I plan to write (I want something
that allows automatic authorization via session data or a HTTP header
field, depending on whether the view is serving up html content or is
part of a restful API). If it does IP address checking already then
great, I don't need to bother.

Regards,

Karl

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to