Hello @Andreas Møller and @Lucas G I'm still struggling with setting and getting the session cookie, may I ask you for tips? Apparently, my cookie is correctly set from the response I get. But then, in the next page, the cookie.access_token seems not to be substituted with the actual value. In the Chrome dev tool, I can see that the header sent to my API is still {{ cookies.access_token}}. Besides, I can see I do have a cookie with the relevant value (is it normal I can see its value?). I think I'm doing something wrong but I can't figure it out. Thanks