douchendan0040 2016-10-14 11:29
浏览 32
已采纳

Laravel 4.2落后于ELB - Sessions无效

I'm running Laravel 4.2 with database session storage. My application is running behind a Load Balancer.

When only one instance is running, my application works fine. Then if i enable a second instance my application stops working.

My application adds a session to the database on almost every pageload, and i can't write/read sessions (and can't login).

Here is my session config

return array(

    'driver' => 'database',

    'lifetime' => 1440,

    'expire_on_close' => false,

    'files' => storage_path().'/sessions',

    'connection' => "mysql",

    'table' => 'sessions',

    'lottery' => array(2, 100),

    'cookie' => 'ycrm_session',

    'path' => '/',

    'domain' =>  null,

    'secure' =>  false,

);

My sessions table looks like this enter image description here

Have anybody experied that issue before?

  • 写回答

1条回答 默认 最新

  • dsdtumf776629385 2016-10-19 07:48
    关注

    I found the problem. I'm using forge to manage and deploy my application. When i deploy my code its running composer install and its seems to edit my config/app.php . I just redeployed my config/app.php and its starts working.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 PADS Logic 原理图
  • ¥15 PADS Logic 图标
  • ¥15 电脑和power bi环境都是英文如何将日期层次结构转换成英文
  • ¥20 气象站点数据求取中~
  • ¥15 如何获取APP内弹出的网址链接
  • ¥15 wifi 图标不见了 不知道怎么办 上不了网 变成小地球了
  • ¥50 STM32单片机传感器读取错误
  • ¥15 (关键词-阻抗匹配,HFSS,RFID标签天线)
  • ¥15 机器人轨迹规划相关问题
  • ¥15 word样式右侧翻页键消失