openSession() public method
Session open handler.
This method should be overridden if $useCustomStorage returns true. Do not call this method directly.
| public boolean openSession ( $savePath, $sessionName ) | ||
|---|---|---|
| $savePath | string |
Session save path |
| $sessionName | string |
Session name |
| return | boolean |
Whether session is opened successfully |
Please login to continue.