Hi
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?
Regards. Nico