Help for this page

Select Code to Download


  1. or download this
    builder {
       enable 'Session', store => Plack::Session::Store::File::Mojolicious
    +->new($ENV{directory} ? (dir => $ENV{directory}) : ()), state => Plac
    +k::Session::State::Cookie::Mojolicious->new(secure => 1, session_key 
    +=> 'download_app');
       $app;
    };