Passing Session ID in Google Maps Info Window
Hi Everyone,
I'm building an application that includes a Google Map. The map has several thousand markers, so I've decided to use Google Fusion Tables to render the map vs. an Apex plug-in for performance reasons. This is all working great, with one exception. The info window for each marker, which is defined in the Google table, includes a link to a detail page in my application related to that marker. Since Google Maps has no knowledge of Apex items, I'm unable to pass the session ID and have had to hardcode it as "0". This is fine when a public user is viewing the map, but if the user has already authenticated, it resets their session. Is there any way to define the Apex link syntax such that it continues to use the current session ID without having to explicitly call it out in the URL?
If you'd like to see the page I'm referring to, you can find it at [url http://www.dualrates.com/pls/apex/f?p=RC:30:0] . BTW, if anyone is interested, I'd be happy to share my code for synchronizing the data between my APEX application and the Google Fusion Tables used to render the maps.
Edited by: jritschel on Jun 8, 2012 9:37 AM