| |
Google Maps API |
I am writing an app that allows users to get directions from their
directionsObj.load(startAddr+' to '+endAddr);
Everything works as expected. The problem is that it seems to be
Any help at all is appreciated. Thank you.
home to points of interest. When I invoke a GDirections object and
call:
making a rogue request to the index.php page in the background. Since
I require users to be logged in, and destroy their session on index,
this is a problem. Basically if you get directions you get logged
out.