From:
<a_...@us...> - 2006-09-30 02:03:55
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11840/pkg/base Modified Files: package.ini Log Message: hashref sessions are now stored as sessions using the configured implementation class (and thus saved at all). Sessionmanager has a method for removing session from the datastore and removing the keys from it so that a new session object is not created at the end of the response with the same data. Logout now uses this method. Index: package.ini =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base/package.ini,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** package.ini 19 Oct 2005 03:03:00 -0000 1.4 --- package.ini 30 Sep 2006 02:03:47 -0000 1.5 *************** *** 1,5 **** [package] name = base ! version = 2.50 author = Chris Winters (ch...@cw...) url = http://www.openinteract.org/ --- 1,5 ---- [package] name = base ! version = 2.51 author = Chris Winters (ch...@cw...) url = http://www.openinteract.org/ |