dominicklee / PHP-MySQL-Sessions

Easily store PHP session data in a MySQL database
GNU Affero General Public License v3.0
85 stars 42 forks source link

PHP Warning: session_start(): open(/var/cpanel/php/sessions/ea-php83 in php v8.3 #12

Open arunkjojo opened 8 months ago

cbm-ltd commented 7 months ago

Please ignore the escape character in your script. I faced the same issue and found the solution after removing the escape characters from strings when saving in session. Use ' or " instead.