|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-07-28 09:52 UTC] m dot duss at caramail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 05:00:01 2025 UTC |
I installed an Apache Server on Win NT4 with PHP 4 and Mysql. Everything seem to go well ... But when I use sessions, the file containing data ( registered variables) is empty. The var names are here but they contain nothing. Here is what's contained in a session file: !navigateur|!langue|!AUTEURS|!PATH_IMAGE| You can see that the variables are right registered but contain no data. I used session_register("navigateur"); after setting $navigateur to 1 ... and nevertheless the reg. var. is always empty.