On Tue, May 27, 2008 at 3:58 AM, Mayank Dhingra <[EMAIL PROTECTED]>
wrote:

>
> I am experiencing a strange problem while using
> DualSessionMiddleware
>
> http://code.djangoproject.com/wiki/CookBookDualSessionMiddleware
>
> I've done as directed and in most cases the feature works as expected.
> When the request.post contains the "remember me" i set
>
> request.session[settings.PERSISTENT_SESSION_KEY] = True
>
> but for some cases  about 15-20%  while doing so i get this error
>
> UnboundLocalError: local variable 'settings' referenced before
> assignment
>
>
> Could you suggest what am I doing wrong .?
>

Does the traceback show that the line you quote is the one that is causing
the UnboundLocalError?

What is the environment (dev server, Apache, ?) where the error occurs?

You say 15-20% of the time it fails -- can you see any pattern to when it
fails vs. when it works?

Pasting the full traceback and code in question out on dpaste may help
someone see what might be going wrong.

Karen

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