Commit 1279b3ce authored by adouiri's avatar adouiri Committed by GitHub

update session_storage.rst

remove extra spaces
parent 59ef20a3
...@@ -28,10 +28,10 @@ With a dedicated PDO service ...@@ -28,10 +28,10 @@ With a dedicated PDO service
$app['pdo.password'] = 'mypassword'; $app['pdo.password'] = 'mypassword';
$app['session.db_options'] = array( $app['session.db_options'] = array(
'db_table' => 'session', 'db_table' => 'session',
'db_id_col' => 'session_id', 'db_id_col' => 'session_id',
'db_data_col' => 'session_value', 'db_data_col' => 'session_value',
'db_time_col' => 'session_time', 'db_time_col' => 'session_time',
); );
$app['pdo'] = function () use ($app) { $app['pdo'] = function () use ($app) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment