-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ashish,
On 7/20/2010 9:58 AM, Ashish Kulkarni wrote:
> Where do i set this max age for session? i dont see any thing in document
> http://tomcat.apache.org/tomcat-6.0-doc/config/manager.html
You will have to write code to do this yourself: Tomcat won
Hi
I am using the default, how do i set session expiry time, i can think of
only 1 place that is in web.xml
-1
Is there any other way
On Tue, Jul 20, 2010 at 10:25 AM, Pid wrote:
> On 20/07/2010 14:58, Ashish Kulkarni wrote:
> > Hi
> > Where do i set this max age for session? i dont se
On 20/07/2010 14:58, Ashish Kulkarni wrote:
> Hi
> Where do i set this max age for session? i dont see any thing in document
> http://tomcat.apache.org/tomcat-6.0-doc/config/manager.html
Have you manually set the session expiry time or are you using the default?
p
> Ashish
>
> On Mon, Jul 19,
Hi
Where do i set this max age for session? i dont see any thing in document
http://tomcat.apache.org/tomcat-6.0-doc/config/manager.html
Ashish
On Mon, Jul 19, 2010 at 6:03 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Ashish
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ashish,
On 7/19/2010 4:48 PM, Ashish Kulkarni wrote:
> Is there a way i can save this session cookie, so i can access it later? is
> it possible
Set the maxAge of the session to something other than -1 (the default,
which means "this cookie will die
Hi
Is there a way i can save this session cookie, so i can access it later? is
it possible
How does yahoo or gmail keep me signed on for 2-3 days
Ashish
On Mon, Jul 19, 2010 at 4:43 PM, Mark Thomas wrote:
> On 19/07/2010 20:48, Ashish Kulkarni wrote:
> > Hi
> > I have configured my tomcat to sa
On 19/07/2010 20:48, Ashish Kulkarni wrote:
> Hi
> I have configured my tomcat to save session in database as per
> documentation, and it works as expected i can see the session is saved in
> database,
> Now if the user closes the browser, and then reopens i dont want to show the
> login screen but
Hi
I have configured my tomcat to save session in database as per
documentation, and it works as expected i can see the session is saved in
database,
Now if the user closes the browser, and then reopens i dont want to show the
login screen but get the session from database and go to the last visite