-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chetan,
Chetan Pandey wrote:
> When my Session - currently set to 1 minute in web.xml - times-out clicking
> on any LINK automatically redirects me to the Login Page.
>
> On re-logging in, through the logs I am observing that it is not going to
> the
inal Message-
From: Mark Thomas [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 09, 2006 11:52 AM
To: Tomcat Users List
Subject: Re: Session Creation in Tomcat
Chetan Pandey wrote:
> I am also using Formm-based JDBC-JNDI Realm based Authentication.
> So can anyone pls clarify if the
Chetan Pandey wrote:
> I am also using Formm-based JDBC-JNDI Realm based Authentication.
> So can anyone pls clarify if the session is supposed to be created
when we
> l;aunch the URL or session is supposed to be created when the User
logs in.
FORM authentication requires a session so one gets cr
Hi All:
I have implemented a HttpSessionListener in my Struts based Web App.
And session creation and destruction are indicated by the printing of Debug
Statements on the Console.
I am also using Formm-based JDBC-JNDI Realm based Authentication.
But what I find strange is that when