Home >Backend Development >PHP Tutorial >想做一个单点登录和工单系统对接,但是没接触过

想做一个单点登录和工单系统对接,但是没接触过

WBOY
WBOYOriginal
2016-06-06 20:13:49994browse

我使用的typecho系统,不知道怎么去做这个,求详细的方法或者付费代操作
想做一个单点登录和工单系统对接,但是没接触过

回复内容:

我使用的typecho系统,不知道怎么去做这个,求详细的方法或者付费代操作
想做一个单点登录和工单系统对接,但是没接触过

单点登录也就是设备跟用户uid去判断的,这个用缓存来做,memcache或者redis,每次请求就去判断跟上次是否一样,不一样就把上次挤掉

Statement:
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