You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-commits@quetz.apache.org by Apache Wiki <wi...@apache.org> on 2006/12/04 20:16:11 UTC

[Mod_python Wiki] Update of "Session use with classes/version3.3" by MartinStoufer

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Mod_python Wiki" for change notification.

The following page has been changed by MartinStoufer:
http://wiki.apache.org/mod_python/Session_use_with_classes/version3%2e3

New page:
== Notes specific to Version 3.3 ==

----

The use of Python``Option increased in 3.2 to control the run time configuration of mod_python. It quickly became apparent that the potential for key conflicts with user code was rather high, so for 3.3 we adopted a new Python``Option namespace. 

Thus `Python``Option session` has been deprecated in favour of `Python``Option mod_python.session.session_type`

Where `session_type` remains the same [http://modpython.org/live/current/doc-html/pyapi-sess-classes.html File, Memory, Dbm] types.