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

后端 未结 4 763
无人及你
无人及你 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:28

    Searching for the problem doesn't turn up much chatter about it so far, still looking.

    Edit: okay finding some stuff now.

    Right it seems that it will work fine if both sets of pages are in the same application/website.

    So I'd go ahead and carry on, feeling reassured.

提交回复
热议问题