On 10/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I want to distinguish requests from people that have never had an
> account from folks that just have an expired session.

This really isn't possible; once their cookie expires, anything you
"knew" about them disappears. You could set some sort of additional
session value at log in, something like a "has_logged_in_once", but
again -- once their cookie expires that value will disappear with it
and you won't be able to tell again whether they're an unauthenticated
user or someone who's never logged in.


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

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