dongma7725 2013-06-21 09:38
浏览 46
已采纳

如何获取会话变量驻留在应用程序内的kohana之外?

I have a page that resides outside of Kohana that has some session variables, and I have another page inside Kohana that wants to use those session variables. But i am not able to get those session variables using kohana session instance. Is it possible to get those session variables from inside Kohana? If yes, what configuration settings do I need to change. Help from you is greatly appreciated

  • 写回答

1条回答 默认 最新

  • dongzhuang1923 2013-06-21 12:34
    关注

    I have answered a nearly similar question before and the trick is to convert the session info into a Kohana Session object.

    Check my answer at this question: Session::instance() after session_start - Kohana (v.3.2)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?