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
I'm trying to modify the maxAge so that when a user completes a sales funnel. This cookies expiration should change change from the default to 30 minutes so that they can see their receipt for that amount of time.
Unfortunately, the maxAge is showing an overload, saying it's not assignable to type 'CookieOptions' in typescript.
I'm trying to modify the maxAge so that when a user completes a sales funnel. This cookies expiration should change change from the default to 30 minutes so that they can see their receipt for that amount of time.
Unfortunately, the maxAge is showing an overload, saying it's not assignable to type 'CookieOptions' in typescript.
While I'm not sure of the proper way to change the expiration on a session, the documentation shows that maxAge is available of cookieOptions.
The text was updated successfully, but these errors were encountered: