in reply to CGI::App session params losing values between redirects
Try flushing ($self->session->flush()) after you've set the parameter.
Virtually any time I've ever had problems with CGI::Session (which, as I understand, CGI::Application::Plugin::Session is just a wrapper around), it was because I had forgotten to flush a parameter... so chances aren't too bad it's the same problem here :)
|
|---|