Session Timeout results in Struts not working properly

2001-12-18 Thread Terrence August
It seems that my struts application works great. However after the session times out, nothing seems to work. I get 500 Errors all over the place, and when I trace the error back to the Tomcat created servlet, it always occurs on a call to doStartTag(). Has anybody seen this or know the fix?

Help with session problems

2001-12-17 Thread Terrence August
I am experiencing a problem with session expiration I believe. Basically, my struts application grabs job objects and places them into the session for viewing on the page. Everything works fine until I leave the computer alone overnight and come back in the morning. At this time, I'll hit