I'm fairly new to django, and I don't know it's intricacies very well,
but common sense says:

1.  Are they changing domains?  Maybe logging in on mydomain.com and
being redirected to www.mydomain.com ?

2.  Are they hopping IP addresses in the middle of their session?
Common for larger corporations with big honking proxies to the outside
world.

3.  Failing that, can you paste the information out of the cookie, as
it may provide more information?

On May 30, 6:47 am, Jarek Zgoda <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] pisze:
>
>
>
> > I've got multiple users all saying roughly the same thing as this
> > one:
> > "I come to the site and log in.  I click on to a page and I'm logged
> > out. I try to log back in and it says my cookies are disabled. Log in
> > - log in - I'm in, and then I click on a page and I'm out again. Over
> > and over.... Says I'm in, then I'm out again
>
> > Clear all the cookies and delete temporary internet files and I'm
> > good...for a couple hours and then the whole thing starts again."
>
> > It's turned up mostly with IE6, but I've seen reports from people on
> > Mozilla-based browsers, too.
>
> > Caching is turned on using memcached, with
> > CACHE_MIDDLEWARE_ANONYMOUS_ONLY set to True
> > I do have two sites running and thought maybe there was an issue with
> > the cookies or sessions conflicting, so I have at least one of the
> > sites setting a SESSION_COOKIE_DOMAIN.
>
> I'm getting the same on my sites, mostly with IE6, but sometimes happens
> with IE7. I'm using 0.96.
>
> --
> Jarek Zgoda
> Skype: jzgoda | GTalk: [EMAIL PROTECTED] | voice: +48228430101
>
> "We read Knuth so you don't have to." (Tim Peters)
--~--~---------~--~----~------------~-------~--~----~
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