Author: nascheme Date: 2003-10-21 10:17:49 -0400 (Tue, 21 Oct 2003) New Revision: 22802 Modified: trunk/quixote/session.py Log: Improve docstring. Modified: trunk/quixote/session.py =================================================================== --- trunk/quixote/session.py 2003-10-21 13:29:04 UTC (rev 22801) +++ trunk/quixote/session.py 2003-10-21 14:17:49 UTC (rev 22802) @@ -17,8 +17,8 @@ application-specific subclass of Session). The default implementation provided here is not persistent: when the -Quixote process shuts down, all session data is lost. You will need to -subclass SessionManager if you want to implement persistent sessions. +Quixote process shuts down, all session data is lost. See +doc/session-mgmt.txt for information on session persistence. """ __revision__ = "$Id$"