|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-03-06 00:54 UTC] matt_haught at hotmail dot com
[2002-03-06 01:30 UTC] derick@php.net
[2002-03-15 06:16 UTC] mhaase at funfood dot de
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 04:00:01 2025 UTC |
this bug report is actually for 4.2.0-dev not 4.1.2 (no option on the form yet) -------------------- ?'./configure' '--without-db' '--with-apache=./apache' '--with-mysql=/usr/local' '--with-dom=/usr/local' '--with-mcrypt=/usr/local' '--with-zlib=/usr' '--with-db3=/usr/local' '--disable-debug' -------------------- this is reproduceable. when you put a variable into the $_SESSION array $_SESSION['var'] = $var; that var is available for the duration of the script in $_SESSION but is not saved to the session. on the next request, you will not be able to access the variable unless you specifically called session_register('var') k