This is very strange issue.
I have a running website which has no problem with me or any one i know.
but one of my clients told me that he have a strange codes so i asked him for a screen shot and here it's
The code where this happen
$this->session->set_flashdata(array('success_msg' =>'Some message'));
redirect(base_url());
Redirect didn't happen and user get a content of his local cookie into the browser like what's in image , he uses Firefox and windows as os .
A gain I can't re produce this issue and he told me that happen to him every time he visit this page !
Any idea ?