When i set this to default true in the config file I can no longer access my session variables. How do I fix this so I can still have this on and use my session variables?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The XSS filtering is affecting the cookie where CI stores the session data. I would recommend turning XSS filtering off by default and only using it where you need to.