mini\Session\SessionInterface::destroy() Method

public abstract

Signature

public abstract function destroy(): bool

Returns

bool

Documentation

Destroy the session completely

Removes all session data and invalidates the session ID.

Source

src/Session/SessionInterface.php:103