|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-05-24 09:28 UTC] andrei@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 22:00:01 2025 UTC |
Simplest script: session_start(); session_register('counter'); var_dump($HTTP_SESSION_VARS); $counter++; print "counter: $counter\n"; results in: NULL 1 being printed on every reload. Upon further examination, session files are not created in /tmp directory as specified.