<#import "../layout/defaultLayout.ftl.html" as layout> <@layout.myLayout "Home page">

Flash Cookie support


This page displays a flash cookie.

<#if flash_any??> An arbitrary flash message:

${flash_any}

You can use firebug or any other tool you can spot the flash cookie attached to the request.

If you move to another page the cookie will go away.