> > <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 se... Keith Kwiatek
- Re: FRUSTRATION: Session keeps timing out despite s... Nick Newman
- Alejandro Revilla
