No, sessions are not 'server' wide, they are scoped only to a single
user, of a single application.  I was looking up in 'cross context' and
'single-sign-on' in the tomcat docs (config docs for Context and Host,
respectively), but they don't appear to mention sharing a session.  Only
the ability to dispatch between apps, or to be challenged only once for
Auth. 
 
Anyone else have ideas ?  ( I think Session sharing is, strictly
speaking, against spec).
 





> -----Original Message-----
> From: Jerald Powel [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, February 25, 2004 4:43 PM
> To: Tomcat Users List
> Subject: RE: encodeURL / jsessionid
> 
> 
> 
> Hi,
> 
>     app1 and app2 are two applications under a single 
> instance of TC, with different contexts (defined in the server.xml). 
> 
> http://localhost:8080/app1
> 
> http://localhost:8080/app2
> 
> I wish to persist data when linking across the two. I was 
> under the impression that by using encodeURL or 
> getRequestedSessionId(), and acquiring the session ID,  I 
> could accomplish this? Please instruct me otherwise. 
> 
> regards  
> 
> G.  
> 
> when you say 'app1' and 'app2', what do you mean?
> Sessions are not shared between two different web-apps.
> 
> 
> > -----Original Message-----
> > From: Jerald Powel [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, February 25, 2004 3:46 AM
> > To: Tomcat Users List
> > Subject: Re: encodeURL / jsessionid
> > 
> > 
> > That was my first move, but it was null....
> > 
> > G.
> > 
> > 
> > Antonio_Fiol_Bonnín wrote:
> > 
> > 
> > 
> > 
> > 
> > 
> > Jerald Powel wrote:
> > 
> > >Hi,
> > >
> > > I wish to maintain state across contexts and have in app1:
> > >
> > >
> > >
> > >">app2
> > >
> > >when app2 is loaded the jsessionid is visible in the address bar:
> > >
> > >http://localhost:8086/app2/index.jsp;jsessionid=7DD63005E4142
> E8C75A2E75
> >CBAC0534
> >
> >Now what do I do with it? How do I access data set on the session on
> >the previous context?
> >
> >Thanks a lot
> >
> >G.
> 
> 
> 
>               
> ---------------------------------
>   Yahoo! Messenger - Communicate instantly..."Ping" your 
> friends today! Download Messenger Now
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to