On 10/8/05, Krys Wilken <[EMAIL PROTECTED]> wrote: > > I ran into this too. > > I don't know if the behaviour is a bug, or just if we are > misinterpreting the intended purpose of flash. > > How flash works is to set a cookie which is sent to the browser.
Aha. That's the problem. That means I was misusing flash--it's used when you want to display a message after a redirect. > I ended up just passing in my own message variable to the template and > having the template show the message if it exists. (Basically > duplicating the flash functionality but without using cookies.) That was my solution, too. -- Tim Lesher <[EMAIL PROTECTED]>

