Cliff Green wrote:
When a session expires in the app I'm putting together, the user is sent back to the login screen at the next request, as expected. What I'd like to do is stuff something like 'Session Expired' into $c->stash->{error_msg} and have it displayed, letting the user know what just happened.
Read up on Catalyst::Plugin::Session::flash -- Regards _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
