Andy Nuss" <[EMAIL PROTECTED]> wrote:
> > It seems like each webapp is a separate servlet context, which means
> > that there is no way to share session info among different components
> > of the site, if they are segmented as Webapps.
Steve Quail wrote:
>
> Two words:
> cookie
> database
Also don't forget an understanding of cookie domains. I had a "problem"
when a session started on web.netvoice.net tried to move to
secure.netvoice.net (these share the same Servlet container). Problem?
I needed to change the Session cookie domain to ".netvoice.net".
Third word: domain.
-- Charles