Re: Adding session time out to ForwardAction [S1.3.8]

2011-09-23 Thread Paul Benedict
Override the request processor. The RequestProcessor has a handleForward() method, I believe, which you could customize to include additional checking. On Fri, Sep 23, 2011 at 10:29 AM, Anjib Mulepati wrote: > Hi, > > I am wondering is there any way we can add the session time out code for > org.

Adding session time out to ForwardAction [S1.3.8]

2011-09-23 Thread Anjib Mulepati
Hi, I am wondering is there any way we can add the session time out code for org.apache.struts.actions.ForwardAction. I am adding session time out code for every actions in Action Class. But some of my action are just Forward action so I am using ForwardAction for such action. Disadvantage for