c# - How to read local cookies -


I have an ASP.NET web application that stores an HTTP cookie when a certain action is taken (e.g. Had clicked a link for it) Now, I am creating a standalone C # app for which to view and identify the cookies folder, when the cookie entry is created through my web application and the content of the cookie can be read.

Can someone guide me on how to do this or show the sample code in C #?

I can not help thinking that there is a wrong way to do this ... and this protection Is rack not such a better way that you can do it? Maybe to host a page in a WebBrowser and to use an object (you prepare) so you can talk with Javascript from the C # app?


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -