I'm hoping someone can give me a few pointers. I've tried a few iterations of accessing dynamic variables with JSTL, but I can't get it to work with cookie.
How can I use a dynamic variable to access the cookie name and have jstl expose the value?
<fmt:message key="my.app.cookieName" bundle="${secProps}" var="cookieNameFromProps"/>
${cookie.<cookieNameFromProps>.value}