Re: Users getting logged out/cookie issues?

2008-05-30 Thread [EMAIL PROTECTED]

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

Maybe. I don't think so, but maybe.
>
> 2.  Are they hopping IP addresses in the middle of their session?
> Common for larger corporations with big honking proxies to the outside
> world.
Another maybe. Not sure how webfaction (the host) handles that, but I
know our store hops IPs.

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

Looking at my own cookies (which are working fine), I see:
__utma: 234145864.1815813136.1211337204.1212070304.1212084550.16
__utmz: 234145864.1211337204.1.1.utmccn=(direct)|utmcsr=(direct)|
utmcmd=(none)
sessionid: db2b32378a11cf69f7a240dc22f6611f-- for domain
grassrootsmotorsports.com
sessionid: 40a8cf039e29c25d3863ae57d6d29d24  -- for host
grassrootsmotorsports.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?hl=en
-~--~~~~--~~--~--~---



Re: Users getting logged out/cookie issues?

2008-05-30 Thread Jack M.

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
-~--~~~~--~~--~--~---



Re: Users getting logged out/cookie issues?

2008-05-30 Thread Jarek Zgoda

[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
-~--~~~~--~~--~--~---



Users getting logged out/cookie issues?

2008-05-30 Thread [EMAIL PROTECTED]

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.

Any ideas?

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---