s2cuts has asked for the wisdom of the Perl Monks concerning the following question:

Hello monks, I just discovered that when I configure the session plugin of a Catalyst app (Catalyst::Plugin::Session) to expire, it screws with the flash data. More specifically, I'm finding that flash data no longer carries over with a new request.

Does this sound normal? How might I cope with this?

Thanks for your time.

  • Comment on Catalyst; configuring session expire time and flash problem...