Hello everyone, How do I access active sessions? I need to be able to update or close some sessions. Suppose I disable some user account and I want to close any active sessions of that user. Another use case is to change user permissions and make them effective immediately without having that user to re-login. All I need is to be able to modify/invalidate any session.
I was thinking of keeping a reference to each session in some global variable but that doesn't smell good. Any better ideas? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
