Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

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

  • 1 απάντηση
  • 1 έχει αυτό το πρόβλημα
  • 3 προβολές
  • Τελευταία απάντηση από 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).

Όλες οι απαντήσεις (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.