My ISAPI filter receives request, sets session ID to cookie,
runs some routine to authenticate client and return to IE SF_STATUS_REQ_FINISHED_KEEP_CONN.
After client presses REFRESH, ISAPI should check authentication result for this session ID.
But what happens is the next:
when i go to the server like
http://localhost/MySecuredPage it works fine
but when i go
http://www.mySiteName.com/MySecuredPage , get page with cookie and press "REFRESH" i get "connection to server couldn't be estableshed. Connection closed".
What is the problem ? does IIS behave different for this situations ?
Thanks