I want to Get the cookie value from the browser. Bind it it to a variable or i could use it directly.
Example: In php i can receive the cookies like
if ((isset($_COOKIE['tenant']))) {
$cookie_name = $_COOKIE['tenant'];
}
Similarly i could do this and want to assign the cookie value to another variable