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?
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?
You can access the cookie value just like any other variable.
PHP Code:
echo $_COOKIE['your-cookie-name'];
Bookmarks