This article explains how to encrypt the ecm cookie.
To encrypt the ecm cookie
1) Edit web.config.
Change
<add key="ek_EnableCookieEncryption" value="false"></add>
to
<add key="ek_EnableCookieEncryption" value="true"></add>
2) Recycle the application pool for the website.
Please sign in to leave a comment.