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
When a request is made from client, the response doesn't have Secure attribute in Set Cookie header. Please refer to attached screenshot for more details.
Because of the missing Secure attribute chrome doesn't store the cookie. It works fine in Safari and Firefox. How do i set the value of secure attribute?
Thanks.
The text was updated successfully, but these errors were encountered:
I have following setup for cookie session middleware in my express app:
When a request is made from client, the response doesn't have
Secure
attribute inSet Cookie
header. Please refer to attached screenshot for more details.Because of the missing
Secure
attribute chrome doesn't store the cookie. It works fine in Safari and Firefox. How do i set the value ofsecure
attribute?Thanks.
The text was updated successfully, but these errors were encountered: