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

by Don, (5901 days ago) @ Don

I modified the .Add line, so that HTTP_ was not being passed:

[code]
objHTTP.request.Headers.Add mid(name,6,len(name)-5), & Request.ServerVariables(name) &
[/code]

and this appears to now pass most header items across.
However, the session state is not retained and a new session is still established.

Maybe IIS can not support this with HttpDLX ?

locked

Complete thread: