Thanks, Chris. For purposes of these comments, I'm browsing svn rev
6414. http://svn.w4py.org/Webware/trunk/WebKit/Application.py
The SessionStore initialization seems a bit more complicated than it
needs to be. Rather than the for loop, and the prefix/suffix check, you
can check if the setting
Ok, this is now in the trunk if you want to check it out.
Ben Parker wrote:
> Agreed about too many config settings - I thought about having the
> Session / SessionStore set through some kind of runtime configuration.
> Allow each context to set its own session/store combo perhaps? but that
> i
Bugs item #1694462, was opened at 2007-04-04 20:12
Message generated for change (Comment added) made by cito
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
Yes that would work fine for our app.
Agreed about too many config settings - I thought about having the
Session / SessionStore set through some kind of runtime configuration.
Allow each context to set its own session/store combo perhaps? but that
is a larger effort, and I didn't need that full
Hi Ben,
I'm going to implement your patch, but I'd like to cut down the number
of additional config settings. The number of parameters is already
scaring enough ;-) What do you think about:
1) Assuming that the class name is always the same as the module name
(this is also backward compatible