Bugs item #1694462, was opened at 2007-04-04 11:12
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=1694462&group_id=4866

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: WebKit
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ben Parker (benparker)
Assigned to: Nobody/Anonymous (nobody)
Summary: Allow custom subclasses of SessionStore and Session

Initial Comment:
Relevant to a recent webware-devel post: I needed to subclass SessionStore and 
Session to implement a MySQL-backed custom session store for an app clustered 
on many appservers.

Attached is a backwards-compatible patch to Application.py which allows four 
new optional config settings:

SessionStoreModule
SessionStoreClass
SessionModule
SessionClass

If either of those pairs are present, the specified class is imported from the 
specified module in the same mechanism as SessionXxxStore is imported in the 
current code.
 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=1694462&group_id=4866

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Webware-devel mailing list
Webware-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to