On Fri, 2009-02-27 at 06:11 -0800, Buddy wrote:
> Hi. I use  set_expiry(0) but it sets for session as default the value
> from global_settings.py not (user’s Web browser is closed). also I see
> table django_session via sql-shell and  it not null for date field
> there too, but date as default from global_settings.py.
> Why is it happend?

Which version of Django are you using? The current source code looks
like it should be doing the right think when you pass 0 to set_expiry()
-- that is, the session in question will be set to expire at browser
close time.

Regards,
Malcolm


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