2018年3月14日星期三

Magento 2开发教程 - 如何定位session文件

定位你的Session 存储

本主题讨论如何定位会话文件的存储位置。Magento的应用程序使用以下逻辑存储会话文件:
  • 如果你配置redis,会话存储在redis服务器;有关更多信息,参见 使用 Redis 在页面缓存或Session 存储.
  • 如果使用的是默认的 file-based Session 存储,session文件存储如下:
    1. 目录定义在 env.php
    2. 目录定义在 php.ini
    3. <Magento 2 安装目录>/var/session 目录

env.php 示例

<Magento 2 安装目录>/app/etc/env.php 示例代码片段:
'session' =>
   array (
     'save' => 'files',
     'save_path' => '/var/www/session',
),
前面的示例存储会话文件在 /var/www/session

php.ini 示例

打开php.ini 文件,查找 session.save_path.
版权声明:本文为博主原创文章,未经博主允许不得转载。 http://blog.csdn.net/xz_src/article/details/72803291

3 条评论:

  1. Do you need to increase your credit score?
    Do you intend to upgrade your school grade?
    Do you want to hack your cheating spouse Email, whatsapp, Facebook, instagram or any social network?
    Do you need any information concerning any database.
    Do you need to retrieve deleted files?
    Do you need to clear your criminal records or DMV?
    Do you want to remove any site or link from any blog?
    you should contact this hacker, he is reliable and good at the hack jobs..
    contact : cybergoldenhacker at gmail dot com

    回复删除
  2. I can’t say much but with my experience through divorce, I had no one until I met hackingsetting50@gmail.com online then I contacted him, surprisingly he helped me hack into my partner's phone and all his social media platforms and i can now access everything and even documented and printed stuffs to show as evidence , now I’m happy with my kids and working for Riches. I hope this helps anyone in need.

    Thanks.

    回复删除
  3. I can’t say much but with my experience through divorce, I had no one until I met hackingsetting50@gmail.com online then I contacted him, surprisingly he helped me hack into my partner's phone and all his social media platforms and i can now access everything and even documented and printed stuffs to show as evidence , now I’m happy with my kids and working for Riches. I hope this helps anyone in need.

    Thanks.

    回复删除

注意:只有此博客的成员才能发布评论。

Also Read: