hi, there is a visit tracking part in turbogears (which i presume is used by identity framework) which is using cookies (because there are some configuration entries for cookie timeout and all) and these cookies seem to expire once the browser is closed.
also, the session part of cherrypy seems to use a different cookie which seems to have "only" persistent mode. i tried setting session.timeout to 0 for cherrypy... but, then, it gives be a new session every time i visit the page. so, it boils down to this: 1) is there no way to have cookies/sessions that expire when the browser is closed in cherrypy? 2) since there is already a visit tracking mechanism, why iare cherrypy sessions using their own visit tracking mechanism? 3) is there any way to store session data in the identity object itself? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

