Benutzer-Werkzeuge

Webseiten-Werkzeuge


path_session

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
path_session [2009/08/19 09:33] – angelegt agpath_session [2020/06/24 14:33] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 6: Zeile 6:
  As of PHP 4.0.1, you can define the path as:\\  As of PHP 4.0.1, you can define the path as:\\
 \\ \\
-     session.save_path = "N;/path"\\+     session.save_path = "N;/path"
 \\ \\
  where N is an integer.  Instead of storing all the session files inv\\  where N is an integer.  Instead of storing all the session files inv\\
Zeile 15: Zeile 15:
 \\ \\
  NOTE 1: PHP will not create this directory structure automatically.\\  NOTE 1: PHP will not create this directory structure automatically.\\
-         You can use the script in the ext/session dir for that purpose.\\+         You can use the script in the ext/session dir for that purpose.
  NOTE 2: See the section on garbage collection below if you choose to\\  NOTE 2: See the section on garbage collection below if you choose to\\
-         use subdirectories for session storage\\+         use subdirectories for session storage
 \\ \\
  The file storage module creates files using mode 600 by default.\\  The file storage module creates files using mode 600 by default.\\
  You can change that by using\\  You can change that by using\\
 \\ \\
-     session.save_path = "N;MODE;/path"\\+     session.save_path = "N;MODE;/path"
 \\ \\
  where MODE is the octal representation of the mode. Note that this\\  where MODE is the octal representation of the mode. Note that this\\
path_session.1250674402.txt.gz · Zuletzt geändert: 2020/06/24 14:33 (Externe Bearbeitung)