Re: How to retain IIS session ? - WeOnlyDo Discussion board

Re: How to retain IIS session ? (General questions)

by Don, Saturday, March 07, 2009, 21:52 (5739 days ago) @ wodDamir

Let me try to explain the steps/issue:

1) A remote webpage has 3 javascript src include calls (wait, header and footer). The javascript calls an ASP page and returns the content.

2) The ASP page called (from the Javascript) contains the HttpDLX code to then retreive an ASP page from the same site (loader.asp). The response is massaged and returned in Javascript document.write format back to #1. This same process occurs for the wait, header and footer javascript calls.

3) One session exists on the intial server.

Another session exists on the server containing the HttpDLX code (loader.asp). Each call to this page retains the current session.

Each call to HttpDLX from within the loader.asp page calls another page on the same site. Each time HttpDLX is called, another session is established. AS a user changes from page to page (with the wait, header and footer calls) 3 new sessions are established (each page load).



Complete thread: