Hello!

I have a problem with sessions being lost under some conditions
(not sure what these conditions are). Steps to reproduce this:

http://info-site.com/, click link "Best holidays!" which redirects to:
http://my-site.com/, session A is created by Django, then click
internal link '/more-info/'
http://my-site.com/more-info/, session A is lost, session B is created
and it survives next clicks

This happens only for some IPs (or computers, but I tried it myself on
two computers and 4 browsers
sharing the same IP and it's consistent on all of them - session A is
lost, so it seems like something
connected to IP)

Is this some known issue with Django or maybe internet gateways(?) -
or I have a bug myself?
 (I'm not messing with Django session code in any way)

--
Tomasz Zieliński,
http://pyconsultant.eu
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to