in reply to Re: Perl temporarily unavailable error
in thread Perl temporarily unavailable error
I did not receive any errors. What am I doing incorrectly.use Plack::Session::Store::DBI; $self->plugin('SessionStore' => Plack::Session::Store::DBI->new( dbh => DBI->connect(connection stuff), table_name => 'my_session_table', )); #my table CREATE TABLE my_sessions_table (id VARCHAR(100) PRIMARY KEY,session_da +ta TEXT);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl temporarily unavailable error
by jcb (Parson) on Sep 01, 2020 at 23:20 UTC | |
by newperldeveloper (Sexton) on Sep 02, 2020 at 00:18 UTC |