|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-03-29 11:09 UTC] uberl0rd at hotmail dot com
[2002-04-10 19:16 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 30 05:00:01 2025 UTC |
foo.php: <?php session_start(); $_SESSION['test'] = 'hello'; ?> bar.php: <?php session_start(); echo $_SESSION['test']; ?> bar.php says "Warning: Undefined index: test" if i use session_register('test') in foo.php, all works properly i'm using php as module of Apache/1.3.23