I have a view that will display nearby locations.
The center coordinates would come from a cookie (lat,lng).
I am trying to get the cookie with $_COOKIE, but I get an error saying that it is not set.
How would i access that cookie and return in for a proximity filter i Views (Using the Location module)?


