When using Sql Server to store and manage SessionState, are session data stored in a database using encryption?
When I view data in an ASPNet database, the data in the "SessionItemLong" column in the ASPStateTempSessions columns is displayed in hexadecimal data. Is this data encrypted before being stored in the database? And if so, where is the key that is used to encrypt data and what algorithm is used to encrypt data?
In addition, the session state stores the object using serialization. What serialization is used? (binary or XML)
Raj rao
source share