You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to set the cookieMaxAge making that custom for the user?
I'm new on this technology so, please, let me know if there is something obvious I haven't considered or if I should send this question in a different channel or GH issue.
Is there an answer to the question from @AlexBenny ?
We need this feature in our setup and it would be great if we could have some progress here.
Thanks!
The
cookeWriter
feature allow publisher to write cookie on the origin.Right now, the expiration date is by default set to 1 year. We need to provide a way for publisher's to customize the cookie expiration date.
Proposed configuration
cookieMaxAge
accepts a number unit in second. Which is the cookie will be expired after that amount of time.Put
cookieMaxAge: 604800
(604800=606024*7) if one wants the cooke to expire after 7 days.cc @zikas
The text was updated successfully, but these errors were encountered: