Hello,

I know that you guys are familiar with this, but I tried almost every solution I googled, but no chance getting it wroked, here is the error.




and here is the sessiondata.php lines, that have the error.
[code=php]
if ($sessionFileDi r != "") {
session_save_pa th($sessionFile Dir);
}

if ($SID == "") {
session_start() ;...