Generating a new ASP.NET session in the current HTTPContext

前端 未结 6 1346
终归单人心
终归单人心 2020-11-27 03:29

As a result of a penetration test against some of our products in the pipeline, what looked to be at the time an \'easy\' problem to fix is turning out to be a toughy.

6条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-27 03:38

    Can you not just set:

    
    

    in web.config, and then use the solution suggested by Ahmad?

提交回复
热议问题