CompuMasterGmbH / cammIntegrationPortal

camm Integration Portal (based on camm Web-Manager)
MIT License
2 stars 1 forks source link

after login, ASP session goes invalid after a while #1

Closed jochenwezel closed 8 years ago

jochenwezel commented 8 years ago

Reproduction steps:

jochenwezel commented 8 years ago

When a IIS server application restarts (e.g. by application recycle mechanisms, iisreset, server reboot), classic ASP is not able to re-use the existing cookie information to restore the session. For this, classic ASP can't re-establish the connection to the CIP session. After 12 hours, the ASP session data gets invalid. From this point, every request to ASP will be handled as without a login.

Workaround for user: the user has to logout completely (or close the browser completely) and re-login.