[ Version ( since = "0.3" ) ]
public Cookie? lookup_cookie (string name)
Lookup a cookie using its name.
The last occurence is returned using a case-sensitive match.
name |
name of the cookie to lookup |
the cookie if found, otherwise 'null' |