Classic ASP JQuery AJAX not maintaining session Classic ASP JQuery AJAX not maintaining session ajax ajax

Classic ASP JQuery AJAX not maintaining session


you can set an auto refresh in JavaScript every 15 min with a hidden count down or pass a unique token in your client site javascript


Unfortunately there is no sliding expiration in classic asp sessions. I can figure out two suggestion:

  1. Use a cookie in place of the session to identify the user. Maybe the hash of the User Id will be suitable.
  2. Extend the Session.Timeout value for something larger than 20 min.