I am trying to check if a cookie exists on a JSP page using the Expression Language.
I have a cookie called persist which is set to either empty string
persist
use the cookie map to check that cookie exists or not ${cookie["persist"] == null}
${cookie["persist"] == null}
I hope it works