Re: session from a different context

2002-07-16 Thread Hans Bergsten
Robert S. Sfeir wrote: > Hum I was under the impression (At least in the Orion server, and it didn't > seem like it was Orion specific) that you can set the sessions to be shared > between apps running in the same app server. Must be vendor specific I > guess! Yes, the spec spells out that the s

Re: session from a different context

2002-07-16 Thread Robert S. Sfeir
Hum I was under the impression (At least in the Orion server, and it didn't seem like it was Orion specific) that you can set the sessions to be shared between apps running in the same app server. Must be vendor specific I guess! R On 7/16/02 12:38 PM, "Hans Bergsten" <[EMAIL PROTECTED]> wrote:

Re: session from a different context

2002-07-16 Thread Hans Bergsten
Hiren Dossani wrote: > hello, > > i am setting a session attribute in a jsp page. the location of this jsp page is in >webapps/base directory of the web server. > > i am not too sure if the same session attribute could be retrieved in a servlet >which is in another context. e.g. the servlet loca

session from a different context

2002-07-16 Thread Hiren Dossani
hello, i am setting a session attribute in a jsp page. the location of this jsp page is in webapps/base directory of the web server. i am not too sure if the same session attribute could be retrieved in a servlet which is in another context. e.g. the servlet location is in webapps/esab/WEB-INF