Hi Ritu,
could this be of any help to your situation?
This is a configuration option in tomcats server.xml.
<!-- Normally, users must authenticate themselves to each web
app
individually. Uncomment the following entry if you would
like
a user to be authenticated the first time they encounter a
resource protected by a security constraint, and then have
that
user identity maintained across *all* web applications
contained
in this virtual host. -->
<!--
<Valve
className="org.apache.catalina.authenticator.SingleSignOn"
debug="0"/>
-->
kind regards
J�rgen Hoffmann
Am Mi, den 16.06.2004 schrieb Goyal, Ritu (Ritu) um 16:16:
> We have a main application that will create session information accessible to the
> whole app. Also, there will be links from this main app that can launch wizards
> which are fairly modular and independent on their own. But these wizards do need to
> access some of the session information created by the main app. We thought it might
> make sense to launch separate servlets for these wizards, even though the servlets
> will just be class files under the same webapp/project directory.
> Also, the wizards have their own session information.
>
> What we really want to achieve is to be able to create session data that is global
> in scope for the main app, and session data that is local in scope for the wizards.
>
> I hope that clarifies it a bit, if not please let me know, and I will try to do
> better.
>
> Thanks for your help,
> Ritu..
>
> -----Original Message-----
> From: J�rgen Hoffmann [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 16, 2004 1:48 AM
> To: Turbine Users List
> Subject: Re: Maintaining separate session information in Turbine
>
> Hi Ritu,
>
> do you really need separate Servlets, or du you think you need them.
> Could please be more specific in the details of what you want to
> achieve.
>
> kind regards
>
> J�rgen Hoffmann
>
> Am Di, den 15.06.2004 schrieb Goyal, Ritu (Ritu) um 23:45:
>
> > Hi,
> >
> >
> >
> > In the application I am developing, I need to spawn multiple servlets
> > from a main servlet. These would open up in separate windows. I also
> > need to maintain a global session which has data accessible to everyone.
> > Then, within each of the servlets, I need to have local session data as
> > well.
> >
> > I looked at SessionData, but it needs velocity context to pass
> > information to different classes.
> >
> >
> >
> > Is there some other way I could do this? Would really appreciate an
> > example!
> >
> >
> >
> > Thanks,
> >
> > Ritu..
> >
> >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> !EXCUBATOR:40d056c0243651938312225!
>