On Friday, March 25, 2011 5:09:28 PM UTC-4, olivier wrote: 
>
> Thanks for all the answers. 
>
> To summarize: 
> - session will lock unless the controller calls session._unlock() or 
> session.forget()

 
Just to be clear, in order to unlock the session file, you have to pass 
'response' to the forget() or _unlock() method -- i.e., 
session._unlock(response) or session.forget(response). If you just call 
session.forget() without passing 'response' to it, it won't unlock the 
session file.
 
Anthony

Reply via email to