How to enable Session with SSL wsHttpBinding in WCF

前端 未结 3 1479
-上瘾入骨i
-上瘾入骨i 2020-12-14 11:18

I have a WCF Service with wsHttpBindings and SSL enabled, but I\'d like to enable WCF sessions.

After changing SessionMode to required

SessionMode:         


        
3条回答
  •  再見小時候
    2020-12-14 12:10

    wsHttpBinding requires reliableSession to support WCF sessions, and reliable sessions require custom binding to support ssl. So asking for WCF sessions over ssl and with wsHttpBinding seems like out of the question as far as I can tell.

提交回复
热议问题