durusmail: quixote-users: Persistent session management with mod_python/PostgreSQL
Persistent session management with mod_python/PostgreSQL
2004-08-17
Persistent session management with mod_python/PostgreSQL
Azzari Caillier Jarrett
2004-08-17
Hi all,

I am having a bit of trouble understanding how sessions remain
persistent with Quixote.  I want users to be able to login and see pages
that are restricted to that particular user.  So far, the _q_lookup
seems to working fine.

I am aware that I must use SessionManager and SessionPublisher, as well
as _q_access; however, I am just a bit confused about how the pieces fit
together in order for sessions to remain persistent.

Does anyone have a concrete example of how this works, or how these
pieces fit together?  By the way, I am using mod_python and I would like
to eventually tie in the session tracking with a PostgreSQL database.

Thanks in advance!


reply