Backend/Func/GetCookie.pm - retrieve a cookie
This function returns the value for the specified cookie.
my $string = $self->GetCookie($cookiename_string);
Example
my $cookie = $self->GetCookie('some_cookie');