Identity and sessions are provided by different modules. While identity
is a TG component, the session system is provided by a cherrypy filter
that comes bundled with cherrypy.

Check thirdparty/cherrypy/cherrypy/filters/sessionfilter.py

If you check line 80 you will see what config options it tries to pull
from dev.cfg, app.cfg, prod.cfg, etc. Maybe there's what you need to
solve your problem.

Maybe setting session_filter.timeout = 0 does the job


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to