Re: FRUSTRATION: Session keeps timing out despite setting session-timeout. WHY?

2001-06-08 Thread Nick Newman
Just grabbing at straws here, but perhaps there's a typo in the docs and the units are actually seconds, not minutes. Worth a try? Nick At 02:11 PM 6/7/01 -0700, you wrote: Hello, I have a http and https orion jsp application for which I want the session timeout to be a lot longer

Re: FRUSTRATION: Session keeps timing out despite setting session-timeout. WHY?

2001-06-08 Thread Alejandro Revilla
session-config session-timeout 1000 /session-timeout /session-config I'm wild guessing here but try removing those blanks, may be Orion is getting a NumberFormatException. (try to Long.parseLong ( 1000 ) and you'll get it) --Alejandro Revilla http://www.jpos.org

FRUSTRATION: Session keeps timing out despite setting session-timeout. WHY?

2001-06-07 Thread Keith Kwiatek
Hello, I have a http and https orion jsp application for which I want the session timeout to be a lot longer than the default 5 or 10 minutes BUT the session keeps timing out. I also have shared=true in the secure-web-site.xml and default-web-app.xml files. I set my web.xml

Frustration

2000-03-22 Thread mark kaseman
I would like to share my frustrations with the group. I have a small JSP application that works fine withjswdk-1.0.1 from SUN. This application does getClass().getResourceAsStream("X.properties") to retrieve some run-time property values and then does classGenericDynDataBase =

RE: Frustration

2000-03-22 Thread Alex Paransky
22, 2000 6:22 PM To: Orion-Interest Subject: Frustration I would like to share my frustrations with the group. I have a small JSP application that works fine with jswdk-1.0.1 from SUN.This application does getClass().getResourceAsStream("X.properties") to retrieve som