The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Catalyst::Plugin::Session::State::Wx - Maintain session using in process memory for the Wx engine.

SYNOPSIS

    use Catalyst qw/Session Session::State::Wx Session::Store::Foo/;

DESCRIPTION

Generally, Catalyst::Plugin::Session requires that the session ID is stored on the client but since with the Wx engine the engine and the client is in the same memory space we just need to store the session sid locally.

EXTENDED METHODS

setup_session

It just does nothing special.

SEE ALSO

Catalyst, Catalyst::Plugin::Session.

AUTHORS

This module is derived from Catalyst::Plugin::Session::State::Cookie code, and has been heavily modified since.

Andrew Ford Andy Grundman Christian Hansen Yuval Kogman, nothingmuch@woobling.org Marcus Ramberg Sebastian Riedel and Eriam Schaffter for putting this together for the Wx engine.

COPYRIGHT

This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.