How to retain IIS session ? (General questions)
Hello,
When using HttpDLX, to retreive a webpage from within the same URL...
The issue we are running into is each request calls a page that retreives a wait, header and footer pages. Each call establishes a new IIS session... thus each user actually has 4 session with the first hit. Each page load establishes 3 more sessions.
How can I retain the current IIS session state when calling HttpDLX from and to the same website in IIS ?
Regards,
Don