$flash public write-only property
The key identifying the flash message. Note that flash messages and normal session variables share the same name space. If you have a normal session variable using the same name, its value will be overwritten by this method.
public void setFlash ( $key, $value = true, $removeAfterAccess = true )
Please login to continue.