duanchong3075 2016-08-15 10:16
浏览 112

如何在CodeIgniter中通过session_id恢复Session?

I'm trying to restore a session with an existing session ID. So far unfortunately without success.

things that have not worked:

  • delete session and set new session with session_start()
  • delete session cookie and set a new one
  • change security configuration in Session Lib

does anyone have another idea?

  • 写回答

0条回答 默认 最新

    报告相同问题?