You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "NINA.de Internet Service Agentur" <te...@nina.de> on 2000/11/01 18:12:35 UTC

Session of a bean

Hi,

how can i get the session object of a bean with scope="session" in all
methods
of the bean.

To cache the session object in a member variable of a superclass of the
beans has strange effects on Linux
(on Win98 it is O.K.), some times it is an object of type
"org.apache.tomcat.facade.HttpSessionFacade",
some times of type "org.apache.tomcat.session.StandardSession", but all
beans are in the same session scope!?!

Who can help ?

Regards, Ralf.