My environement:

facelets 1.1.14,myfaces 1.2.2 and richfaces 3.2.0

even I dont send an ajax request the exception occurs when i try to sent any
request to the server .
timeout is defined on web.xml

 <session-config>
  <session-timeout>20</session-timeout>
 </session-config>

Im using server state saving.


it seems that the exception is handled by FacesServlet  so they dont be
thrown to the  container..

thanks a lot


[EMAIL PROTECTED] wrote:
> 
> As far as I know, MyFaces has no equivalent to the "clientStateTimeout"
> setting. If client-side state-saving is used, then the state remains
> valid for as long as the browser keeps it.
> 
> What kind of AJAX requests are you sending? Tomahawk sandbox PPR? Or
> Trinidad PPR? Or something else?
> 
> Are you using just MyFaces, or also Tomahawk/Trinidad/RichFaces/other?
> 
> Do you have client-side or server-side state-saving enabled? If you have
> client-side state-saving, then what do you mean by "session timeout"?
> 
> Regards,
> Simon
> 
> lmk schrieb:
>> JSF RI use the parameter :com.sun.faces.clientStateTimeout
>> what about myfaces.?
>>
>>
>>
>> lmk wrote:
>>   
>>> hello,
>>>
>>> I get a strange problem after migration from myfaces 1.1.5 to 1.2.2..
>>> I send an ajaw request after session timeout, 
>>> I get error:
>>>
>>> javax.faces.application.ViewExpiredException: /result.jsfThe expected
>>> view
>>> was not returned for the view identifier: /result.jsf
>>>
>>> thanks for help
>>>
>>>
>>>
>>>
>>>
>>>     
>>
>>   
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-myfaces-1.2.2--session-timeout-issue-tp16627912p16719755.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to