Session expired

2004-04-16 Thread UmamaheswarKalluru
Hi, I am working on a JSP / Servlet application where in the session is expired as soon as I enter a servlet from the JSP page. I do not know the reason why this is happening. From JSP to JSP it works good. I am using Tomcat 5.0.19 Any idea would be great. Thank you, Best Regards, Uma -

difference between session expired or session new

2003-08-14 Thread Hans Wichman
Hi, I have an app in which users do not have to login, but each user does have its own session. I tried to come with a way to detect whether the users current session has expired, but I can't seem to find a way to differentiate between 'no' session and an 'expired' session. What I had was:

RE: session expired

2003-04-06 Thread Milan Petran
. I can offer you a fixed and rebuild catalina.jar file. Milan Petran -Original Message- From: J." Pérez [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 11:20 AM To: [EMAIL PROTECTED] Subject: session expired Hi, Can anyone explain in details how do I set the se

Re: session expired

2003-04-03 Thread Mariusz Wiktorczyk
Session timeout is set in Tomcat\conf\web.xml 30 J. Pérez wrote: Hi, Can anyone explain in details how do I set the session timeout? I tried changing the web.xml in C:\jakarta-tomcat-4.1.8\webapps\ROOT\WEB-INF and also the web.xml in C:\jakarta-tomcat-4.1.8\conf and not

session expired

2003-04-03 Thread J.
Hi,   Can anyone explain in details how do I set the session timeout?   I tried changing the web.xml in C:\jakarta-tomcat-4.1.8\webapps\ROOT\WEB-INF  and also the web.xml in C:\jakarta-tomcat-4.1.8\conf and nothing happened (it times out after 30 min ). Below you can find the web.xml under the

RE: Junk after session expired

2002-01-31 Thread Mark Meany
Thanks for the advice. In practise there was a 'return;' statement before the close brace, but this got lost during cut-n-paste. We still had the same problem. Have changed code now to use http://www.ordnancesurvey.co.uk *** -- To un

RE: Junk after session expired

2002-01-31 Thread pero
es. > > At the start of each page we need to check for no session/session expired. > If this is the case then response.sendRedirect() is used to redirect to a > page that explains this:- > > --- Start of *.jsp > - >

RE: Junk after session expired

2002-01-31 Thread Randy Layman
Meany [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 31, 2002 8:03 AM > To: 'Tomcat Users List' > Subject: Junk after session expired > > > Hope someone can help: > > Config: Win NT, Tomcat 3.2.3, Apache 1.3.2 ( according to > bundled changes > log).

Junk after session expired

2002-01-31 Thread Mark Meany
Hope someone can help: Config: Win NT, Tomcat 3.2.3, Apache 1.3.2 ( according to bundled changes log). Have configured a simple JSP app that starts at a login page and maintains a session bean across pages. At the start of each page we need to check for no session/session expired. If this is