Solar_Session_Handler_Adapter_Sql::_update()

protected bool Solar_Session_Handler_Adapter_Sql::_update ( string $id , string $data )

Updates an existing session-data row in the database.

Parameters

  • (string) $id: The session ID.

  • (string) $data: The serialized session data.

Returns

  • (bool)

Description

Updates an existing session-data row in the database.



Local