We develop webapplication using Java, smartGwt. We are following session timeout as 30 mins for our application. Whenever the user
is logging-into the application we are putting 'sessionId' in "offline" for later use. We will retrieve the sessionId from the
"Offline" storgae when the user logout from the application. In this case we are successfully getting the sessionId from the offline storage.
when the session time out the user will logout from the application, this time we will retrieve the 'sessionId' from the Offline and use it.
But this session is coming as null from the offline in the case of session time out, it is happenig only in some time.this will not be
frequent in all the times in Chrome and IE browsers.
Could any body tell me why the Offline storge is not working properly if session times out?
is logging-into the application we are putting 'sessionId' in "offline" for later use. We will retrieve the sessionId from the
"Offline" storgae when the user logout from the application. In this case we are successfully getting the sessionId from the offline storage.
when the session time out the user will logout from the application, this time we will retrieve the 'sessionId' from the Offline and use it.
But this session is coming as null from the offline in the case of session time out, it is happenig only in some time.this will not be
frequent in all the times in Chrome and IE browsers.
Could any body tell me why the Offline storge is not working properly if session times out?