Giambalvo, Christian wrote:
Hi,
with getSession() you will always get the session attached to the current
request.
So yes it is session specific.
Greets chris
I would add that, in order to save this nasty cast all over the place,
you could create your own getMySessionImpl this way :
class MySessionImpl
public static MySessionImpl getMySessionImpl(){
return (MySessionImpl) get();
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]