Archive for the ‘PHP’ Category
de.comp.lang.php.* FAQ
Dies ist die FAQ (FAQ = Frequently Asked Questions [Häufig gestellte Fragen]) für die Newsgruppen de.comp.lang.php.* (de.comp.lang.php.misc, de.comp.lang.php.datenbanken, de.comp.lang.php.installation, und de.comp.lang.php.netzprotokolle) Sie erklärt den Zweck der Newsgruppen, auf welche Weise man hier am einfachsten an sinnvolle Antworten kommt und dient als Sammlung von Antworten auf häufig gestellte Fragen in der Gruppe.
Wenn Du Kommentare oder Vorschläge zu diesem Artikel hast oder wenn Du selber einige Abschnitte in diesen Artikel einbringen möchtest, wendest Du Dich am besten per Mail an die Mailingliste zur de.comp.lang.php FAQ, <faqlist@php3.de>.
Race Conditions with Ajax and PHP Sessions
One of the problem with race conditions is that it is often difficult to actually witness the ramifications of one when it happens, especially if you are not aware of it. If you’ve used PHP’s built-in, default session handling (that uses files), you’ll never come across the problem. However, things get interesting once you start using session_set_save_handler to write your own session handler.
Quelle: