代码迁移 后台无法登陆 session 失效

新建服务器--

代码放上去后---

后台无法登陆--验证码验证通过不了--

发现是验证码存在session --

session 出现问题---

lnmp环境---

whereis  nginx-----查看nginx 位置--

然后找到nginx 日志位置---有个error.log

tail -f 1000  error.log

输出nginx日志--变测试登陆--发现nginx没有报错--

 

找到项目错误日志---

tail -f 100  日志文件--

边登陆--

发现--

session cannot start  ---permission deny---

 

session 文件夹的权限有问题--

把没有权限的文件夹  

chmod 777 XXX

然后重新登陆。。。

好使了

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

转载于:https://my.oschina.net/u/3255899/blog/1491780

你可能感兴趣的:(代码迁移 后台无法登陆 session 失效)