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

by Don, (5901 days ago) @ Jasmine

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.


locked

Complete thread: