You are here

public function SessionProxy_Backend_Interface::commit in Session Proxy 7

Called during shutdown hook time, this allows you to perform additional operations outside of the core PHP session handling at the end of request.

1 method overrides SessionProxy_Backend_Interface::commit()
SessionProxy_Backend_Base::commit in lib/SessionProxy/Backend/Base.php
Called during shutdown hook time, this allows you to perform additional operations outside of the core PHP session handling at the end of request.

File

lib/SessionProxy/Backend/Interface.php, line 50

Class

SessionProxy_Backend_Interface
Drupal specific session handling additions.

Code

public function commit();