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 NativeFileSessionHandler

NativeFileSessionHandler.

Native session handler using PHP's built in file storage.

Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeSessionHandler
Extended by Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler
Namespace: Symfony\Component\HttpFoundation\Session\Storage\Handler
Author: Drak <drak@zikula.org>
Located at Storage/Handler/NativeFileSessionHandler.php
Methods summary
public
# __construct( string $savePath = null )

Constructor.

Constructor.

Parameters

$savePath
string
$savePath Path of directory to save session files Default null will leave setting as defined by PHP. '/path', 'N;/path', or 'N;octal-mode;/path

Throws

InvalidArgumentException
On invalid $savePath

See

http://php.net/session.configuration.php#ini.session.save-path for further details.
Ratchet API documentation generated by ApiGen 2.8.0