Re: Problem with Session->setFlash

2010-05-21 Thread sami_bk
;Session->flash(); - this not only displays > your message but also clears it out of the cache. > > Jeremy Burns > jeremybu...@me.com > > On 20 May 2010, at 18:16, sami_bk wrote: > > > > > Hi all, > > > I am new to CakePHP and i am building a small app.

Problem with Session->setFlash

2010-05-20 Thread sami_bk
Hi all, I am new to CakePHP and i am building a small app. i use Session->setFlash('message') to display notifications to the users . The notification is displayed in the default layout and i delete the flash messega from the session using this code if ($session->check('Message.flash')) { $me