使用aerospike作为Symfony的会话处理程序

We are trying to use Aerospike as session handler for our web cluster to share sessions. We added php extension, and it must work like this:

session.save_handler = aerospike
session.save_path = "sessions|shop|{ip here}:3000,sessions|shop|{ip here}:3000"

But seems that Symfony redefining this behavior and use its own handlers, so how we can workaround this? Can we push Symfony to use PHP sessions as is, or we need to write a custom handler for Symfony?

Disabling handler_id (setting to null) in config causes error:

"Circular reference detected for service "routing.loader", path: "routing.loader"