August 26, 2000 11:04 AM
> To: Orion-Interest
> Subject: RE: Can HttpSession store stateful SessionBean for future
> usage?
>
>
> Not sure a snippet is really needed - it's just like putting any other
> object in the session? Orion takes care of all the serialisation f
rest
> Subject: RE: Can HttpSession store stateful SessionBean for future
> usage?
>
>
> Hi Mike! I recommend storing the handle to the session bean
> rather than the
> session bean itself. Handles are guaranteed to be serializable and are
> generally smaller, which ensures
IL PROTECTED]]On Behalf Of Joe Stewart
> Sent: Saturday, 26 August 2000 7:33
> To: Orion-Interest
> Subject: RE: Can HttpSession store stateful SessionBean for future
> usage?
>
>
> Mike,
>
> Could you provide a code snippet showing how you do this?
>
> Joe
>
on A.
> Westra
> Sent: Saturday, 26 August 2000 12:34
> To: Orion-Interest
> Subject: RE: Can HttpSession store stateful SessionBean for future
> usage?
>
>
> Hi Mike! I recommend storing the handle to the session bean
> rather than the
> session bean itself. Handl
; Sent: Saturday, 26 August 2000 12:34
> To: Orion-Interest
> Subject: RE: Can HttpSession store stateful SessionBean for future
> usage?
>
>
> Hi Mike! I recommend storing the handle to the session bean
> rather than the
> session bean itself. Handles are guaranteed to
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Mike
Cannon-Brookes
Sent: Wednesday, August 23, 2000 3:59 AM
To: Orion-Interest
Subject: RE: Can HttpSession store stateful SessionBean for future
usage?
Sure, this is the normal way that SSB's are stored fo
Hi,
Could you use cookies? e.g. you can use the cookies as key to getting your
user's profile
regards,
harry
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jennifer Kew
Sent: Wednesday, August 23, 2000 6:52 AM
To: Orion-Interest
Subject: Can HttpSes
Sure, this is the normal way that SSB's are stored for web clients, binding
it in the session.
Mike
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jennifer Kew
Sent: Wednesday, August 23, 2000 8:52 AM
To: Orion-Interest
Subject: Can HttpSession store st
> 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,