There was some discussion earlier about the best way for a web app to store
a handle to a stateful session bean. One of the suggestions was to NOT use
the HttpSession object at all, but rather encode the serialized handle as a
string and then pass it as a cookie.
My question is, where can I find the algorithm for converting a serialized
handle to a string?
Thanks,
Dave Ford
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".