Re: request.session.reload()

2009-07-21 Thread Russell Keith-Magee
On Tue, Jul 21, 2009 at 10:23 PM, Zachary Voase wrote: > > Hi Developers, >    I know this feature request might be a little late in the > development process, so I’m sorry about that. The idea is to add a > reload() method to SessionBase, so that the session data can be > reloaded from it’s stora

request.session.reload()

2009-07-21 Thread Zachary Voase
Hi Developers, I know this feature request might be a little late in the development process, so I’m sorry about that. The idea is to add a reload() method to SessionBase, so that the session data can be reloaded from it’s storage backend at any point during the view processing. The motivation