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

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

by Don, Sunday, March 08, 2009, 01:46 (5739 days ago) @ wodSupport

Hi,

This issue is the HttpDLX is not retaining the session
for the page it is calling, even though it is on the same site/server.

- user hits site 1
- javascript in site 1 calls page on site 2
- user (via javascript) hits site 2 (* session established)
- HttpDLX calls page on site 2 (** new session established)
and returns content.

Each time HttpDLX is called, a new server session is established.
There is no client side involved, only the server calling another server page.



Complete thread: