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 பதிலளி
  • 1 இந்த பிரச்சனை உள்ளது
  • 3 views
  • Last reply by MeRodent

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)

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