Cross framework authentication zend + codeigniter

前端 未结 1 1502
旧巷少年郎
旧巷少年郎 2020-12-22 07:27

Zend_Auth uses PHP Session but, codeigniter has a different approach altogether.

The project that I am working on requires that anyone who hasIdentity() in zend, whe

1条回答
  •  离开以前
    2020-12-22 08:03

    A quick workaround is to check for Zend Auth storage and if it exists, depending on what was hasIdentity, we generate CI Cookies, once the session expires in Zend app, we do a check and delete CI Cookies.

    That is the only workaround I could figure out, which worked! :)

    0 讨论(0)
提交回复
热议问题