Session Information without Servlets.

I would like to initialize and store user information in
an HttpSession object and use the information during access
to standard (non-servlet) directories.  I would use the info
to implement some advanced content negotiation.  I have thought
of a few possibilities:

1) Altering the daemon ( I would like to keep the daemon the
same if possible ).

2.) Tweaking ServletDirectoryFrame so that it starts sessions 
but doesn't load servlets.

Any suggestions or warnings with respect to altering ServletDirectory
frame.

Joe.

Received on Tuesday, 6 June 2000 14:45:59 UTC