Am 17.02.2011 11:40 schrieb jo:
I'm using PostgreSQL to store my session data, seems it works fine. :-)
I'm trying to implement it on Oracle with a monkeypatch, because in some
context I don't have pg installed.

If you switch to TG 1.5 check out this recipe:
http://docs.turbogears.org/1.5/VisitBasedSessions
The idea here is to store the session in the visit table that you're using anyway, so you won't need a separate database or database connection.

-- Christoph

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