|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-12-22 19:05 UTC] derick@php.net
[2004-12-29 18:29 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 23 08:00:01 2025 UTC |
Description: ------------ Create fil but not register session in directory Reproduce code: --------------- $GLOBAL['user'] = $MM_username; $GLOBAL['password'] = $MM_password; session_register("username"); session_register("password");