Admin-Ahead Community

General Category => General Discussion => Topic started by: jominj on January 22, 2014, 04:14:14 am

Title: Joomla error: Session has expired and/or cookies not enabled in your browser
Post by: jominj on January 22, 2014, 04:14:14 am
You may get an error  “Session has expired and/or cookies not enabled in your browser” while accessing Joomla website in the browser.

How to solve this problem? we can solve this by simply following below steps.

1. Check the php session variables are set correctly or not.

2. Check if the Joomla file “components/com_comprofiler/comprofiler.php” exists.

3. If yes comment out the following lines and then try to register your user account.

    //simple spoof check security
    cbSpoofCheck();
    cbRegAntiSpamCheck();

It will not do any harm to the website.

4. Check whether the cookies are enabled in the browser.

5. Verify the clock and the date in your PC is up to date or not.