J
J
JastaFly2022-04-21 10:25:20
1C-Bitrix
JastaFly, 2022-04-21 10:25:20

Bitrix non-blocking session in memcached?!?

I found the Bitrix setting to store the session in memcached:

'session' => [
        'value' => [
            'mode' => 'default',
            'handlers' => [
                'general' => [
                    'type' => 'memcache',   
    		    'port' => '11211',
    		    'host' => '127.0.0.1',
                ],           
            ],

        ]                   
    ]

But this option is not quite suitable, since I need a non-blocking mode. Please tell me if there is such a setting in .settings.php?!??

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question