Changeset 742
- Timestamp:
- 10/21/05 07:20:04
- Files:
-
- trunk/docs/book/xml/sessions.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/book/xml/sessions.xml
r741 r742 130 130 returns a DB connection.</listitem> 131 131 </itemizedlist> 132 Note that when using the <literal>Ram</literal> backend, the session data is saved as soon as you stick it in <literal>cherrypy.session</literal>. So even if an error occurs later on in the page handler the data is still saved; this is not the case for the other backends. 132 133 </section> 133 134 <section id="custombackend">

