PHP Warning: session_start(): open(/var/cpanel/php/sessions/ea-php83 in php v8.3
arunkjojo opened this issue · 1 comments
arunkjojo commented
PHP Warning: session_start(): open(/var/cpanel/php/sessions/ea-php83 in php v8.3
riyadhtayf commented
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.