This is my application environment :
1) Java 1.5, Smart GWT 2.1, GWT 2.0.3
2) All data sources are JSON RestDataSources.
We are trying to catch the callback for the session timeout on server side. We override the methods in RestDataSource but none of the methods in RestDataSource is called on this scenario.
Is there any specific way to catch the server session timeout?
1) Java 1.5, Smart GWT 2.1, GWT 2.0.3
2) All data sources are JSON RestDataSources.
We are trying to catch the callback for the session timeout on server side. We override the methods in RestDataSource but none of the methods in RestDataSource is called on this scenario.
Is there any specific way to catch the server session timeout?
Comment