Anyway to configure a Tomcat 5.5 app to not create sessions through META-INF/context.xml? The closest thing I've found was the maxInactiveInterval attribute of the manager element. E.g.,

<Context path="/app">
        <manager maxInactiveInterval="6"/>
</Context>


But, even that doesn't work properly.  Anyone know what I need to do?

Thanks,

-Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to