Closed germtb closed 7 years ago
Reading the docs I have not found a way to set session cookies. Is this possible or not supported yet? Thanks.
Hey Gerard,
Session cookies are cookies without an explicit expiration date set. So you can absolutely create a session cookie with Cookies.js - just don't set the expires option when using Cookies.set.
expires
Cookies.set
Reading the docs I have not found a way to set session cookies. Is this possible or not supported yet? Thanks.