We are using pyramid_beaker module for handling sessions. The session factory gets set in the Configurator object during the app initialization. The session settings are defined in the .ini file. Is it possible to modify the session settings (session.timeout specifically) after the application has been initialized.

For e.g. in a view.

def someView(request):
    #Override session timeout value from config
    request.session.timeout = <New time out value>


Please advise.

Thanks,
Jay



--
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.

Reply via email to