[Twisted-web] Sessions and stored objects

exarkun at twistedmatrix.com exarkun at twistedmatrix.com
Thu May 13 09:55:26 EDT 2010


On 11 May, 07:03 pm, oscar.campos at open-phoenix.com wrote:
>Greetings.
>
>I'm storing User objects in my sessions, those User objects can perform 
>some
>actions at application if they have permissions in the ACL.
>When I need to do logout with any of them I just use the expire method 
>from
>the Session object and this works nice using the notufyOnExpire 
>callback,
>but I'm just curious.
>
>Is there any way that I can call Session methods from store session 
>objects?

The session is a regular Python object (as is everything).  You can call 
methods on it in the usual way.
>
>user.logout() should look nicer.
>
>Ty.
>
>--
>Oscar Campos Ruiz-Adame -oscar.campos at open-phoenix.com
>Consultor - Consultant
>Open Phoenix IT Consultoría Tecnológica - IT Consulting
>_________________________________________________
>Tel. +34 644569088
>http://www.open-phoenix.com



More information about the Twisted-web mailing list