mini\Session\SessionInterface::save() Method

public abstract

Signature

public abstract function save(): void

Returns

void

Documentation

Explicitly save and close the session

Normally called automatically at request end, but can be called manually if you need to release the session lock early.

Source

src/Session/SessionInterface.php:94