SessionHandler
PHP Manual

SessionHandler::close

(PHP 5 >= 5.4.0)

SessionHandler::closeClose the session

Description

public int SessionHandler::close ( void )

Closes the current session. This function is automaticaly executed when closing the session, or explicitly via session_write_close().

Parameters

This function has no parameters.

Return Values

The return value of the session storage (usually 0 on success, 1 on failure).


SessionHandler
PHP Manual