In my web application I've set the session-timeout to 3 min. I keep pinging my app server every 30 sec through an ajax call. So Ideally the session should never expire until it is invalidated by logout action.
But its getting expired in no particular pattern.
Any help in finding out the reason for this behavior is very much appreciated.