Help for this page

Select Code to Download


  1. or download this
    Cookie “my_site_session” will be soon rejected because it has the “sam
    +eSite” attribute set to “none” or an invalid value, without the “secu
    +re” attribute. To know more about the “sameSite“ attribute, read http
    +s://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite p
    +hotos
    
  2. or download this
    use Catalyst qw/
        ConfigLoader
    ...
        Authentication
        Authorization::Roles
    /;
    
  3. or download this
    __PACKAGE__->config('Plugin::Session' => {
       cookie_secure  => 1,
    });