
Cgi::application::plugin::messagestack allows one part of a cgi::applocation web application to publish messages, and for templates in other parts to pick them up. by default the in transit messages are stored in the session object which makes the system ideal for passing user-specific information.