Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

php $_SESSION data no longer work (applies to 4.0 5.0 and 6.0)

  • 1 odgovor
  • 1 ima ovaj problem
  • 2 views
  • Posljednji odgovor poslao MeRodent

more options

While firefox still supports $_POST and $_GET it no longer seems to support $_SESSION data.

I can see this directly in some php web pages I have written that continue to work with 3.6 and earlier.

In addition I've noticed a number of banking sites that will open a new page without data (I suspect due to not being able to access $_SESSION data).

While firefox still supports $_POST and $_GET it no longer seems to support $_SESSION data. I can see this directly in some php web pages I have written that continue to work with 3.6 and earlier. In addition I've noticed a number of banking sites that will open a new page without data (I suspect due to not being able to access $_SESSION data).

All Replies (1)

more options

Issue turned out to be related to a change in the way firefox handles a onClick window.close() event and not $_SESSION data.