public function SessionProxy_Backend_Interface::isWriteEnabled in Session Proxy 7
Is session write enabled.
Return value
bool
1 call to SessionProxy_Backend_Interface::isWriteEnabled()
- 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.
2 methods override SessionProxy_Backend_Interface::isWriteEnabled()
- SessionProxy_Backend_Default::isWriteEnabled in lib/
SessionProxy/ Backend/ Default.php - Is session write enabled.
- SessionProxy_Backend_Native::isWriteEnabled in lib/
SessionProxy/ Backend/ Native.php - Is session write enabled.
File
- lib/
SessionProxy/ Backend/ Interface.php, line 25
Class
- SessionProxy_Backend_Interface
- Drupal specific session handling additions.
Code
public function isWriteEnabled();