lookup_cookie


Description:

[ 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.

Parameters:

name

name of the cookie to lookup

Returns:

the cookie if found, otherwise 'null'