setName() public method
Sets the name for the current session.
This is a wrapper for PHP session_name().
public void setName ( $value ) | ||
---|---|---|
$value | string |
The session name for the current session, must be an alphanumeric string. It defaults to "PHPSESSID". |
Please login to continue.