Re: Parameter value set to null when page submitted after 30 minutes.

2012-04-27 Thread sharath karnati
Newton wrote: From: Dave Newton Subject: Re: Parameter value set to null when page submitted after 30 minutes. To: "Struts Users Mailing List" Cc: karna...@yahoo.com Date: Friday, April 27, 2012, 3:43 PM On Fri, Apr 27, 2012 at 12:11 PM, sharath karnati wrote: >   In Action when we a

Re: Parameter value set to null when page submitted after 30 minutes.

2012-04-27 Thread Dave Newton
On Fri, Apr 27, 2012 at 12:11 PM, sharath karnati wrote: > 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?? > What parameters? Is there any JavaScript on the page? Is there

RE: Parameter value set to null when page submitted after 30 minutes.

2012-04-27 Thread sharath karnati
Thanks, Sharath. --- On Fri, 4/27/12, Edward W. Rouse wrote: From: Edward W. Rouse Subject: RE: Parameter value set to null when page submitted after 30 minutes. To: "'Struts Users Mailing List'" Date: Friday, April 27, 2012, 2:01 PM Since you can print the parameters from the re

RE: Parameter value set to null when page submitted after 30 minutes.

2012-04-27 Thread Edward W. Rouse
e submitted after 30 > minutes. > > No, They didn't open any new web page. They submitted request last > opened page which is idle for a long time. > > --- On Fri, 4/27/12, Chris Pratt wrote: > > From: Chris Pratt > Subject: Re: Parameter value set to null when pa

Re: Parameter value set to null when page submitted after 30 minutes.

2012-04-27 Thread sharath karnati
No, They didn't open any new web page. They submitted request last opened page which is idle for a long time. --- On Fri, 4/27/12, Chris Pratt wrote: From: Chris Pratt Subject: Re: Parameter value set to null when page submitted after 30 minutes. To: "Struts Users Mailing List&q

Re: Parameter value set to null when page submitted after 30 minutes.

2012-04-27 Thread Chris Pratt
When you say "User opened web page", do you mean they started a new web browser after 30min and tried to join an existing session? If so, that won't work with typical cookie based sessions, since the cookies are discarded when the browser is exited. If that's the behavior you are looking for, you

Parameter value set to null when page submitted after 30 minutes.

2012-04-27 Thread sharath karnati
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.            480       In Action when we are printing parameter