Question about velocity: using VelocityView
Cantor, Scott
cantor.2 at osu.edu
Fri Oct 14 13:50:34 EDT 2016
> At the risk of oversimplifying... It reads to me like you only want to read the
> cookies? (It wasn't clear to me how you planned to set them.) Cookies are in
> the request:
>
> #set ($cookies = $request.getCookies())
>
>
> From there, you can grab the cookie you're looking for and act on it.
Yes, but you also then need to parse them correctly. The cookie manager will take care of all that.
-- Scott
More information about the users
mailing list