Go to Google Groups Home    Google Maps API
GDirection Problems in IE 6/7

G$ <mike.ginsb...@gmail.com>

I am writing an app that allows users to get directions from their
home to points of interest.  When I invoke a GDirections object and
call:

directionsObj.load(startAddr+' to '+endAddr);

Everything works as expected.  The problem is that it seems to be
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.

Any help at all is appreciated.  Thank you.