Help for this page

Select Code to Download


  1. or download this
    <Session>
    expires 1200
    ...
    dbi_data_field session_data
    dbi_expires_field expires
    </Session>
    
  2. or download this
    __PACKAGE__->config(
        schema_class => 'Bookie::Schema',
    ...
            on_connect_do => q{PRAGMA foreign_keys = ON},
        }
    );