> I am asking a common question related to server side programming but not
> specific to Orion:
> Can HttpSession store stateful SessionBean for future usage? Is this
> SessionBean still "valid" in the future (for example, browser visits next
> time)?

A SessionBean can be stored in a HTTPSesion, however, my advice would be to
store the handle of the SessionBean (which is also Serializable).

Vlad



Reply via email to