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).
-Hans