public function SessionProxy_Backend_Native::writeEnable in Session Proxy 7
Disable session writing explicitely.
Overrides SessionProxy_Backend_Interface::writeEnable
File
- lib/
SessionProxy/ Backend/ Native.php, line 17
Class
- SessionProxy_Backend_Native
- Native implementation of session backend: use PHP native session handling. Using it allows to use built-in extensions session handling, such as Redis or Memcache extensions features, which are known to be really fast.
Code
public function writeEnable() {
}