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
If I understand how this tag/attribute works, I agree. Oddly, I do not see cfcookie in the list of tags to check for name, so I'm not sure what's causing this.
Thanks @TheRealAgentK , the dictionary specifies @name as a return from cfcookie, which is technically true, but not in terms of how we use it (that it creates a variable).
1.4.0 in dev branch.
<cfcookie name="_dist" value="" expires="now" httponly="true">
I don't think _dist needs to be var'ed.
The text was updated successfully, but these errors were encountered: