how can I share an asp.net session between http and https

后端 未结 4 764
无人及你
无人及你 2020-11-29 08:06

I read that a page which runs under an https connection cannot share an InProc Session (based on cookies) with another page (or the same for that matter) running under regul

4条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-29 08:12

    IIS setting In the IIS properties window, under the ASP tab –> Session Properties, there is a setting for “New ID on Secure Connections”

    I fixed this intermittent issue for myself by setting this to false.

提交回复
热议问题