Python Module For Session Management
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 look
Solution 1:
I think you can use Beaker's which is a popular library for this. documentation
Post a Comment for "Python Module For Session Management"