how to fetch cookie via jquery in codeigniter?
iam debugging an application which sets cookie via jquery.
$.cookie("cookie_name",'s',{ path: '/'});
how can i fetch the cookie from codeigniter.?
$this->input->cookie('cookie_name', TRUE);
is not returning anything. please help.
No comments:
Post a Comment