there's the default web.xml and your webapp web.xml file right :)

so if it's not specified in your webapp, then it's the default one in
the configuration directory. Do the duplicate session occur before 30
minutes or after?  Assuming the session timeout is set to the default.

peter

"Ghorpade, Rajendra" wrote:
> 
> Hi Peter,
> 
> >your connector settings are the default. Since you didn't include
> >answers to the other questions, I am assuming neither does the servlet,
> >jsp or client set the timeout.  by the way, the connectionTimeout isn't
> >the session time-out value.
> Thats true!!
> But  I had not included the session-timeout in web.xml.
> What is the default value if not specified...?
> 
> >I made the same mistake before. The location of session time is in
> >web.xml, where the number is minutes
> >
> >  <session-config>
> >    <session-timeout>30</session-timeout>
> >  </session-config>
> 
> I would add this and see..
> 
> >You might want to check there.
> yup!!
> 
> Thanx
> Raj
> 
> --
> 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]>

Reply via email to