I have a azure server with IIS 7.0 that are running a asp classic site.
I'm experience problems with some users losing there sessions, when answering some assignments. Some times the users lose the session every 15 min.
Session timeout is set to 120 min in the iis configuration. And in the code are thesession timeout also set to 120 min.
I tryed seaching on google for any anwser. The only thing i found, was it could be a miss configuration in the application pool. I have checked that every setting in application pool, is set too what google comes up with.
Anyone who have experienced this problem? Or any idea what I could try?