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
(contexts) are sharing the same session-data.
However, this valve supports cookies only.

>From the docs:

The Single Sign On feature utilizes HTTP cookies to transmit a token
that associates each request with the saved user identity, so it can
only be utilized in client environments that support cookies.

HTH

Gregor
-- 
what's puzzlin' you, is the nature of my game
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to