CodeIgniter sessions vs PHP sessions

后端 未结 5 854
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-08 00:31

I\'m relatively new to CodeIgniter and am making my first CI project in which there are user-accounts, etc. In the past, I have always used PHP\'s $_SESSION variable to this

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-08 01:10

    Keep PHP session for important information and use CI session for less important info.

    Read here wyh.http://codeigniter.com/forums/viewthread/130577/

提交回复
热议问题