Plack-Middleware-Session-RemoveCookies
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:
=pod

=head1 NAME

Plack::Middleware::Session::RemoveCookies - remove cookies from the requests

=head1 VERSION

version 0.02

=head1 SYNOPSIS

    enable 'Session::RemoveCookies', key => qr{plack_session}i;

    or

    enable_if {
        $_[0]->{'HTTP_X_DO-NOT-TRACK'} || $_[0]->{'HTTP_DNT'}
    } 'Session::RemoveCookies', key => qr{plack_session}i;

=head1 DESCRIPTION

This middleware allows to remove cookies from the requests which is useful with L.

=head1 ACKNOWLEDGMENT

Initial development sponsored by 123people Internetservices GmbH - L

=head1 SEE ALSO

L,  L

=head1 AUTHOR

Wallace Reis 

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Wallace Reis.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。