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.
Change the {cookies} attribute to return an map of cookies for the URL instead, renaming the existing tag to {cookiesEnabled}.
However, due to cookie name looseness it's probably best if {cookies} returns an array of cookie names and an additional function tag (e.g. {#cookie}...{/cookie}) is used to access their corresponding values. This will prevent any possible problems when creating a JavaScript object using cookie names as properties.
The text was updated successfully, but these errors were encountered:
Change the
{cookies}
attribute to return an map of cookies for the URL instead, renaming the existing tag to{cookiesEnabled}
.However, due to cookie name looseness it's probably best if
{cookies}
returns an array of cookie names and an additional function tag (e.g.{#cookie}...{/cookie}
) is used to access their corresponding values. This will prevent any possible problems when creating a JavaScript object using cookie names as properties.The text was updated successfully, but these errors were encountered: