From professional translators, enterprises, web pages and freely available translation repositories.
未使用user: session type
unused
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
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.