Hello there,

I got quite confused by session management in TG2, i was hoping that
someone could make it clear to me.

I have set beaker.session.timeout = 10 in dev.ini, and its works fine,
the sessions are saved in data dir. and  timed-out after 10 sec. But
the problem is that i'm still logged in.

After some research i found out that the login (auth) is managed by
repoze, and its not using beaker as backend - meaning that the login
session is not in sync with tg.session. Thats a bit annoying - but not
critical.

The biggest problem is that our app should be deployed on several
servers with load balancing. So we need to be able to share sessions
(beaker + repoze) among servers. With beaker its obvious with reopze
its not.
So here is couple of basic questions regarding  repoze:

- Where the reopze sessions are saved?
- How can i change the location/backend of repoze sessions?
- How can i set timeout for repoze sessions - aka logout after x min ?


thanks,
Timor
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to