35. Cookie("myCookie")

[<<<] [>>>]

This function returns the value of the cookie named as the argument. This function handles the cookies that the browser has sent in the http request and not the cookies that the application sends to the client.


[<<<] [>>>]