Re: Sessions and stored objects
| Newsgroups | gmane.comp.python.twisted.web |
|---|---|
| Message-ID | <20100513135526.1694.690456252.divmod.xquotient.3@localhost.localdomain> |
On 11 May, 07:03 pm, [email protected] 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 [email protected] >Consultor - Consultant >Open Phoenix IT Consultoría Tecnológica - IT Consulting >_________________________________________________ >Tel. +34 644569088 >http://www.open-phoenix.com _______________________________________________ Twisted-web mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web