Overview

Namespaces

  • Evenement
  • None
  • PHP
  • Psr
    • Http
      • Message
  • Ratchet
    • Http
    • RFC6455
      • Handshake
      • Messaging
    • Server
    • Session
      • Serialize
      • Storage
        • Proxy
    • Wamp
    • WebSocket
  • React
    • EventLoop
      • Tick
      • Timer
    • Socket
    • Stream
  • Symfony
    • Component
      • HttpFoundation
        • Session
          • Attribute
          • Flash
          • Storage
            • Handler
            • Proxy
      • Routing
        • Annotation
        • Exception
        • Generator
          • Dumper
        • Loader
          • DependencyInjection
        • Matcher
          • Dumper
        • Tests
          • Annotation
          • Fixtures
            • AnnotatedClasses
            • OtherAnnotatedClasses
          • Generator
            • Dumper
          • Loader
          • Matcher
            • Dumper

Classes

  • MemcachedSessionHandler
  • MemcacheSessionHandler
  • MongoDbSessionHandler
  • NativeFileSessionHandler
  • NativeSessionHandler
  • NullSessionHandler
  • PdoSessionHandler
  • WriteCheckSessionHandler
  • Overview
  • Namespace
  • Class
  • Tree

Class WriteCheckSessionHandler

Wraps another SessionHandlerInterface to only write the session when it has been modified.

Symfony\Component\HttpFoundation\Session\Storage\Handler\WriteCheckSessionHandler implements SessionHandlerInterface
Namespace: Symfony\Component\HttpFoundation\Session\Storage\Handler
Author: Adrien Brault <adrien.brault@gmail.com>
Located at Storage/Handler/WriteCheckSessionHandler.php
Methods summary
public
# __construct( SessionHandlerInterface $wrappedSessionHandler )
public
# close( )

Implementation of

SessionHandlerInterface::close()
public
# destroy( mixed $sessionId )

Implementation of

SessionHandlerInterface::destroy()
public
# gc( mixed $maxlifetime )

Implementation of

SessionHandlerInterface::gc()
public
# open( mixed $savePath, mixed $sessionName )

Implementation of

SessionHandlerInterface::open()
public
# read( mixed $sessionId )

Implementation of

SessionHandlerInterface::read()
public
# write( mixed $sessionId, mixed $data )

Implementation of

SessionHandlerInterface::write()
Ratchet API documentation generated by ApiGen 2.8.0