I have two domains abc.com and xyz.com in one server,both have the exact code.The problem is in xyz.com the codeigniter session variable got reset on page refresh in chrome browser.But there is no such issues in abc.com.It works fine in Mozilla in both domains.What will be the root of issue?Is it related with domain,htaccess?Please advice.
I have two domains abc.com and xyz.com in one server,both have the exact code.The
Share
I have had this (or a very similar) issue before, and i solved it by enabling sessions to use the database.
i.e in the config.php , make sess_use_database to true, i.e
make sure the session table is set in the database as well. if not, here is the sql,