Yes, cookies are stored in some txt file in temp (if you are using Internet
Explorer) or somewhere else depending on your browser or operating system.
Best way is to use session cookies, user has just hash (identification of
the cookie on the server) and can't view its content. Problem with sessions
is they are temporary (re-opened browser = new session)

2009/7/29 Giuseppe Povinni <[email protected]>

>
> Hi there,
>
> Question: When you set cookies in a C# code behind file, you are
> passing information to client side, can the user go to temporary
> files, catch the cookie and visualize the information that server sent
> in that same cookie?
>
> Thanks in advance.
>
> G Povinni.
>

Reply via email to