Hans Hübner hans.huebner@gmail.com writes:
On Thu, Sep 23, 2010 at 14:57, Nico de Jager ndj@bitart.cc wrote:
Although the Hunchentoot documentation says "... the internal structure of SESSION objects should be considered opaque ..." and the functionality of session-id and session-start can be trivially implemented, I am wondering if these two readers can be exported?
session-start is useful for seeing how long users have been on the system. session-id is useful for session identity. Why re-implement them when Hunchentoot already has the functionality?
I am not opposed - Send a patch for review (http://weitz.de/patches.html).
Ok, thanks - no problem. I feel stupid asking this, but how do I get the svn version of Hunchentoot:
$ svn co http://bknr.net/trac/browser/trunk/thirdparty/hunchentoot svn: XML data was not well-formed
Also, do I have to update that ugly doc/index.xml file in a text editor, are there some kind of tool to edit it, or do you generate (parts of) it from the source code?