Is there a way to loop over all the session-values that have been set in a session? Something like DO-SESSION-VALUES?
The only way I can think to do it now involves exploiting the structure of *session* object, which is supposed to be considered opaque.
--Jeff