Log in

View Full Version : How to Get the Cookie values.



Dhanapal
02-01-2012, 07:39 AM
Hi all,

How to get the cookie value,when we login for a website ans also how to access the site by using the cookie values?

fastsol1
02-01-2012, 04:13 PM
You can access the cookie value just like any other variable.


echo $_COOKIE['your-cookie-name'];