You are viewing documentation for v1.0.x. Change

flash()

Description

Gets the value of a specific key in the Flash (or the entire flash as a struct if no key is passed in).

Function Syntax

flash([ key ])

Parameters

Parameter Type Required Default Description
key string No The key to get the value for.

Examples

<p><cfoutput>#flash("message")#</cfoutput></p>