public function SessionHandlerInterface::write

Commit session to storage.

Parameters

string $sessionId Session ID.:

string $data Session serialized data to save.:

Return value

boolean

See also

http://php.net/sessionhandlerinterface.write

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Resources/stubs/SessionHandlerInterface.php, line 73

Class

SessionHandlerInterface
SessionHandlerInterface

Code

public function write($sessionId, $data);