![]() | session_id说明string session_id ( [string id] )session_id() is used to get or set the session id for the current session. The constant SID can also be used to retrieve the current name and session id as a string suitable for adding to URLs. Note that SID is only defined if the client didn't send the right cookie. See also Session handling. 参数
返回值session_id() returns the session id for the current session or the empty string ("") if there is no current session (no current session id exists). | ![]() |