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

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

by Don, Sunday, March 08, 2009, 01:17 (5739 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 ?


Complete thread: