|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-08-07 13:29 UTC] sas at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 17 05:00:01 2025 UTC |
<? session_start(); echo "\nSession name: " . session_name(); echo "\nSetting session name to blah"; session_name("blah"); echo "\nSession name now: " . session_name(); ?> <?=sid?> Produces this output: Session name: PHPSESSID Setting session name to blah Session name now: blah PHPSESSID=8beb119ba14466d03261957ebea8d853 PHP4 running as dynamic apache module compiled with the following parameters: ./configure --with-apxs=/usr/bin/apxs --with-mysql