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
kai
kai2mo ago
That’s not possible. It’s part of the web standard.
Gozman
GozmanOP2mo ago
Ah, didn't know that. Thanks.

Did you find this page helpful?