Following is my context path setting. Is this the one you mean context path.
If not can you suggest which tag.
<servlet>
<servlet-name>action</servlet-name>
<servlet-class>struts.prjmgt.ActionServlet</servlet-class>
<init-param>
<param-name>application</param-name>
<param-value>struts.prjmgt.ApplicationResources</param-value>
</init-param>
<init-param>
<param-name>config</param-name>
<param-value>/WEB-INF/struts-config.xml</param-value>
</init-param>
<init-param>
<param-name>debug</param-name>
<param-value>2</param-value>
</init-param>
<init-param>
<param-name>detail</param-name>
<param-value>2</param-value>
</init-param>
<init-param>
<param-name>validate</param-name>
<param-value>true</param-value>
</init-param>
<load-on-startup>2</load-on-startup>
</servlet>
-----Original Message-----
From: Matt Smith [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 14, 2002 9:59 AM
To: Struts Users Mailing List
Subject: RE: Session Problem
What are the paths for your application? I believe the context path is not
the same.
> -----Original Message-----
> From: Sudhir [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 13, 2002 10:00 PM
> To: Struts Users Mailing List
> Subject: Session Problem
>
>
> Hi,
>
> I have got an application in which I have got many modules. Only
> one module is with struts and the rest of the modules are using
> pure JSP. I notice that the modules using with struts is
> creating new session and the modules with JSP are in another session.
>
> Can anybody tell me how can I make them run in same session.
>
> Thanks and Best Regards,
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>