How to remove '__Secure' prefix from the cookie name?
This might sound like a stupid question but, is there a way to remove the '__Secure' prefix from the name of the cookie without having to disable the secure property of the cookie in production mode?
2 Replies