Losing session attributes between requests...

2007-04-12 Thread Peter L. Berghold
Hi folks, Have just started seeing a new problem in an application that is baffling me. I run this using Struts 1.3 on an Apache Tomcat server as I have been for a while. What I'm seeing is on one form I have information stashed away in a session as a session attribute as such:

SOLVED!!!! Re: Losing session attributes between requests...

2007-04-12 Thread Peter L. Berghold
Nevermind folks... I found it. I found a particularly inventive way of shooting myself in the foot when I installed a session listener. The offending line: session.setMaxInactiveInterval(3600); which was set originally to a ridiculously low value. That's what I get for developing code while