Replies: 1 comment
-
It's a "permanent" cookie, it's supposed to never expire, which other features should be able to depend on to attach permanent data they want against the browser. It wasn't overridable before but I've just made it configurable in this commit with: ServiceStack.Host.Cookies.PermanentCookieExpiry = DateTime.UtcNow.AddDays(30); Note: this changes the expiration of all permanent cookies. This change is available from v6.9.1 that's now available on MyGet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, SS-PID Cookie is of 20 years expiry by default. Is it possible to edit the expiry time to 30 days?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions