created working session and client handler w/ websocket
This commit is contained in:
@@ -29,7 +29,8 @@ framework:
|
||||
trusted_proxies: ~
|
||||
session:
|
||||
# http://symfony.com/doc/current/reference/configuration/framework.html#handler-id
|
||||
handler_id: session.handler.native_file
|
||||
# handler_id: session.handler.native_file
|
||||
handler_id: session.handler.pdo
|
||||
save_path: "%kernel.root_dir%/../var/sessions/%kernel.environment%"
|
||||
fragments: ~
|
||||
http_method_override: true
|
||||
|
||||
Reference in New Issue
Block a user