Re: share SessionID in different webapps - same tomcat

2008-09-04 Thread Gregor Schneider
Andrew, On Wed, Sep 3, 2008 at 8:09 PM, Andrew Hole <[EMAIL PROTECTED]> wrote: > Cookies (like you see in this site) is a good solution? > > *http://www.fwd.at/tomcat/sharing-session-data-howto.html* > that's not necessary. When you configure the SingleSignOnValve within Tomcat, all webapps (con

Re: share SessionID in different webapps - same tomcat

2008-09-03 Thread Gregor Schneider
On Wed, Sep 3, 2008 at 8:09 PM, Andrew Hole <[EMAIL PROTECTED]> wrote: > Cookies (like you see in this site) is a good solution? > > *http://www.fwd.at/tomcat/sharing-session-data-howto.html* > > On Wed, Sep 3, 2008 at 6:21 PM, Andrew Hole <[EMAIL PROTECTED]>wrote: > >> Thanks. >> >> And how can I

Re: share SessionID in different webapps - same tomcat

2008-09-03 Thread Andrew Hole
Cookies (like you see in this site) is a good solution? *http://www.fwd.at/tomcat/sharing-session-data-howto.html* On Wed, Sep 3, 2008 at 6:21 PM, Andrew Hole <[EMAIL PROTECTED]>wrote: > Thanks. > > And how can I test this feature? Could you help to write a JSP sample? > > Thanks > > > On Wed, S

Re: share SessionID in different webapps - same tomcat

2008-09-03 Thread Andrew Hole
Thanks. And how can I test this feature? Could you help to write a JSP sample? Thanks On Wed, Sep 3, 2008 at 5:58 PM, Gregor Schneider <[EMAIL PROTECTED]>wrote: > http://tomcat.apache.org/tomcat-5.5-doc/config/host.html > > Search for "SingleSignOn" > > Gregor > -- > what's puzzlin' you, is the

Re: share SessionID in different webapps - same tomcat

2008-09-03 Thread Gregor Schneider
http://tomcat.apache.org/tomcat-5.5-doc/config/host.html Search for "SingleSignOn" Gregor -- what's puzzlin' you, is the nature of my game gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371 -

share SessionID in different webapps - same tomcat

2008-09-03 Thread Andrew Hole
Is it possible to share sessionID between webapps in the same tomcat? How can I find a demo or some JSP to simulate it? Thanks a lot A.C