I don't understand you are asking. The session timeout is the number of
minutes since the last request from the client before that session should be
cleared. If you have a 20 minute timeout, all you need to do is post to the
server again to renew for another 20 minutes. If you want your web page to
ensure that it gets renewed, just write some JavaScript that refreshes every
so often, and you will renew that session.