如何在重启apache / nginx服务器时注销/销毁/取消设置cakephp 3 php所有用户会话

How to logout / destroy / unset cakephp 3 php all user session when restart the apache/nginx server. Is it possible?

My client is expecting like, if he restart apache/nginx web server then all logged in user should be logged out automatically.
How this is possible in cakephp 3. Can anyone help or share his/her experience?

I have got this as a requirement of a project, as if server admin restart the apache server then all user session get reset.

I have used below session method at /config/app.php

'Session' => [
        'defaults' => 'php',
],