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 19:48:52 UTC

[Mod_python Wiki] Trivial Update of "Session use with classes" 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

------------------------------------------------------------------------------
  == with focus on the Publisher model ==
  ----
  
- ||Notes on [Session_use_with_classes/version1.3 Version 1.3]||Notes on [Session_use_with_classes/version3.3 Version 3.3]||
+ ||Notes on [wiki:Session_use_with_classes/version1.3 Version 1.3]||Notes on [wiki:Session_use_with_classes/version3.3 Version 3.3]||
  
  This example will guide you through the steps required to get a session context working with python classes. As opposed to the simpler function based example in the [http://modpython.org/live/current/doc-html/pyapi-sess-example.html Mod_Python documentation]. We will also be using the Publisher model.