我使用的是CakePHP框架。下面是我的问题。www.mysite.com是主要的网站,我已经创建了5-6个不同的演示,我的原始网站与不同的颜色和字体。
因此,如果我在www.mysite.com/demo1中登录,然后打开另一个演示www.mysite.com/demo2,,它会显示我已经登录了。
是否有任何方式设置会话文件夹明智?
发布于 2015-07-26 21:09:52
在core.php中,EOF之前的几行都说:
//Prefix each application on the same server with a different string, to avoid Memcache and APC conflicts.
$prefix = 'myapp_';你试过每个网站的不同前缀吗?
https://stackoverflow.com/questions/31530921
复制相似问题