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)
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报