JSF State Saving initially to server & on session timeout transfer to client?
问题 Are there any state saving method that would allow JSF application to intially save state data on server but after the session expire time interval , that state is transferred to client so that app is always responsive even after the session timeout on the server & memory is better managed on server? Or any way this could be implemented? But I expect that this should be a part of the JSF specification ! Edit After suggestion by BalusC, I'm highly impressed with the Stateless JSF principles &