Monday, December 18, 2017

Error at Session Validator on ZF3

Hi,
When I deploy a ZF3 app with these validators :

// Session manager configuration.
    'session_manager' => [

        // Session validators (used for security).
        'validators' => [
            RemoteAddr::class,
            HttpUserAgent::class,
        ]
    ],
=> I got this error : 


No comments:

Post a Comment

Sublime Text 3 Usage

1. Download and install sublime 2. Install some essential packages: - Seti.sublime-theme  : theme beautiful - HTML-CSS-JS Prettify (nee...