Hi,
I would like to encrypt the class object and session state which contains dataset data. Plz help me if those are possible.
Thanks and Regards
krishna v
I really don't think there is any reason to encrypt session. Session state enables you to store and retrieve values for a user as the user navigates ASP.NET pages in a Web application. It is not shared by other users. As such, no need to encrypt it since it is stored on the server.
Read this article - http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/f65a1f1d-dc98-4724-abd3-d1b7c2c68bc8.mspx?mfr=true
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.