[Zope] another minor release of sql session is out.
Anthony Baxter
anthony@interlink.com.au
Tue, 14 Dec 1999 21:44:36 +1100
from the changelog:
Version 0.2.3
added patches from Duncan Booth: __call__ now has options
noCookie and validSession. The former will cause the code to
not set a cookie. The latter will raise an exception if the
user attempts to use an invalid session.
added getName() method to REQUEST.SESSION - returns the session
ID. Previously you had to grovel through the REQUEST.cookies.
Double-plus-ungood.
by the way, if anyone knows how I can feed revision history from RCS into
CVS, I'd _love_ to know the answer...