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.