Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hello, I have done successfully!
    add this code: <?php session_save_path(‘”your home directory path”/cgi-bin/tmp’);?>
    to header of all files of your web site folder that use variable $_SESSION.
    Note: 1- replace “your home directory path” with your real path of your server that stored session before add to all files.
    2- to find how many files have $_SESSION, you have to find all by using this key word “$_SESSION”

    Good luck

Viewing 1 replies (of 1 total)