Hi there,

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)?

This question arises for the following consideration: normally we should 
store some customer's information in the session, for example, login or not, 
preferred display language, etc. The problem is, whether we should store 
such information directly in the HttpSession, or first at a Stateful 
SessionBean, then store at the HttpSession.

Any hints regarding this question will be highly appreciated!

Thanks,

Jennifer
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


Reply via email to