Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Joomla error: Session has expired and/or cookies not enabled in your browser  (Read 4341 times)

0 Members and 1 Guest are viewing this topic.

jominj

  • Guest
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.