ASP.NET State Server security -


am correct when using state server traffic between web site , state server isn't encrypted? if isn't, how can secure (ssl)?

the asp.net session state server uses clear-text http-requests om rest-like manner communication. actual protocol specification publicly available @ [ms-asp]: asp.net state server protocol specification.

i've never heard of encrypting state traffic, cant find references it, , nothing states it's possible.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -