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 have set cookie.maxAge to 30 days (2592000s) and it used to work (@3.2.3). But it stopped working recently after updating to the latest version (@3.3.1). I was looking at this line of the code and was wondering if this should be req.session.cookie.expires instead? Thanks.
The text was updated successfully, but these errors were encountered:
I have set
cookie.maxAge
to 30 days (2592000s) and it used to work (@3.2.3). But it stopped working recently after updating to the latest version (@3.3.1). I was looking at this line of the code and was wondering if this should bereq.session.cookie.expires
instead? Thanks.The text was updated successfully, but these errors were encountered: