Hi, Would it make sense to simply keep a record of when the last time you've seen the user is?
Collin On Friday, January 23, 2015 at 4:43:41 AM UTC-5, Tobias Dacoir wrote: > > I'm using django-allauth and I receive a signal when a user logs in. Now I > want to store each day the user logs in. However, when the user does not > logout he can still log in the next day thanks to the cookies. I know that > I can set SESSION_EXPIRE_AT_BROWSER_CLOSE to True in settings.py. But this > may annoy some Users. > > So is there a way to use cookies but still tell if a User has accessed the > site for the first time today? > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ff24698c-f21d-4a28-a78e-55093d8cf15b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

