Also, as n FYI I don’t need to close the browser. It’s just refresh that
takes me to the login page.

Also the wifi login page does not come into play.

When I check the cookies all I can see is 2 related to Django sessionid &
csrf. And sessionid is just a unique long string



On Thu, Jan 5, 2012 at 8:56 AM, Arun P <arun....@gmail.com> wrote:

> That’s a lot of education Dennis. Thanks.
> But, gmail is cookie login based and I don’t get logged out from Gmail.
> If this is case why different behaviors?
>
>
> On Wed, Jan 4, 2012 at 11:36 PM, Cherian Thomas <cherian...@gmail.com>wrote:
>
>> Do you have the SESSION_COOKIE_NAME set correctly?
>>
>> Regards,
>> Cherian
>>
>>
>>
>> On Wed, Jan 4, 2012 at 9:21 PM, arun.pbk <arun....@gmail.com> wrote:
>>
>>>
>>> I have a Django app using Django social with session timeout set as
>>> SESSION_COOKIE_AGE = 60 * 60 *24 * 7
>>> The session is being store in the db and rows are inserted for new
>>> sessions with correct session id and expire dates.
>>>
>>> Even though the session timeout is set to a week the users are
>>> complaining about multiple logins in a day. I’ve also observed this
>>> multiple time, even though the behavior seems to be irregular.
>>> Can someone help me figure why this is happening and a fix for it?
>>>
>>> --
>>> 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.
>>>
>>>
>>  --
>> 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.
>>
>
>
>
> --
> Digitally,
> Arun Prabhakar
> https://www.facebook.com/digitalpbk
>



-- 
Digitally,
Arun Prabhakar
https://www.facebook.com/digitalpbk

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