Python Module for Session Management

Sam picture Sam · Dec 29, 2012 · Viewed 7.8k times · Source

Is there any equivalent module for session management like Perl's CGI::Session or Apache::Session ? (I know most python web frameworks have their own implementations, but I am looking for a stand alone module that could be used with any python application.)

Answer

Rohith picture Rohith · Dec 29, 2012

I think you can use Beaker's which is a popular library for this. documentation