Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
未使用user: session type
unused
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 1
Qualità:
constant containing the session name and session id in the form of "name=id".
also note that you must start your session using session_start() before use of $_session becomes available.
an associative array containing session variables available to the current script. see the session functions documentation for more information on how this is used.
an associative array containing session variables available to the current script.
5. 'warning: cannot send session cookie - headers already sent...'や 'cannot add header information - headers already set...'といった メッセージが出力されるのですが。 sent...'.
but headers can only be sent before all other content, check if your script is sending headers after having already sent content.