David Marquis napisaƂ(a):

> 'Can't pickle function objects'
> 
> I can't seem to understand why on earth Django is trying to pickle a  
> 'function' into the user's session.
> This error often happens when users leave their browser open and try  
> to continue the process later on (a few hours later).
> 
> I did not change the settings.SESSION_COOKIE_AGE parameter, which  
> means that it is set at the default value (2 weeks from the  
> documentation). So the problem is not about the session's age.
> 
> Now I'm left thinking that it might be my fault : have I put something  
> wrong in the session ?

Maybe something that is lazily translated?

-- 
Jarek Zgoda
Skype: jzgoda | GTalk: [EMAIL PROTECTED] | voice: +48228430101

"We read Knuth so you don't have to." (Tim Peters)

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