On Feb 10, 10:29 am, ProbablyMike <mike.be...@stroud.gov.uk> wrote: > > Because you said before you are on yourhttp://localhost
I think there are two issues here. One is the use of localhost. That restricts the use of the map to that particular machine. The key is valid for localhost, and a different machine on the network accessing that map through its IP address or network name would get the "wrong key" error. This is by design in the API. The other issue is the use of sessions. Sessions are implemented via cookies, and different instances of IE share cookies. Consequently you will have difficulty using two instances of IE with a session-based application. It will work with different browsers, because Firefox doesn't share IE's cookies. This is down to the design of your application. Andrew -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to google-maps-...@googlegroups.com. To unsubscribe from this group, send email to google-maps-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.