Home > Backend Development > PHP Tutorial > 如何让别的项目使用 symfony 的 session

如何让别的项目使用 symfony 的 session

WBOY
Release: 2016-06-06 20:49:38
Original
1248 people have browsed it

别的项目也需要调用symfony的session来验证用户登录,但是memcached里存储的时候加密了,该怎么做呢?

回复内容:

别的项目也需要调用symfony的session来验证用户登录,但是memcached里存储的时候加密了,该怎么做呢?

装了PHP的suhosin?你可以:

  1. 停用suhosin;
  2. 或者找到你的suhosin配置,看看密钥是什么,共享这个密钥,实现读取。

如果采用1,为了安全,有时间了可以自己写一个加密解密的逻辑。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template