Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
condor2 committed Jun 28, 2024
1 parent 5b7e196 commit aa63068
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,11 @@ INSERT INTO `" . DB_PREFIX . "category`

# How to enable DB session.

<b>1.</b>Go to <b>system</b>-><b>config</b> and edit <b>catalog.php</b>. After this line: <b>$_['session_autostart'] = false;</b> add these lines:
<b>1.</b>Go to <b>system</b>-><b>config</b> and edit <b>catalog.php</b>. After this line:
````
$_['session_autostart'] = false;
````
<b>add these lines:</b>
````
$_['session_engine'] = 'db';
$_['session_name'] = 'OCSESSID';
Expand Down

0 comments on commit aa63068

Please sign in to comment.