Hi All, We are having session-timeout set to 8 hours. User opened web page and submitted page after 30 minutes. We are validating user session value in 'LoginInterceptor' and it is having value and it is calling next action.
<session-config> <session-timeout>480</session-timeout> </session-config> In Action when we are printing parameter value it is showing null. I never heard is there any parameter timeout?? why we are getting value null for these parameters?? As far as this page concern there is NO problems, without any idle time it is working perfectly. Thanks in advance. Regards, Sharath Karnati.