codeigniter setting session variable with a variable not working

你离开我真会死。 提交于 2019-12-01 23:53:14

Color me stupid. :\ Turns out there was some bad html that was causing the problem(?). It had to do with, yeah, you guessed it, the header and more specifically where the "style.css" file was being called. Not sure why that was wrecking the session, but it indeed was. So, sorry for wasting everyones time, you can go home now.

You should work with CI sessions using Session Class

swdev

For any of you who stumbled upon this page, see here for the solution : I solved it this way : Losing a session variable between one page with codeigniter session library

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!