> My fear is if people see the request formula in a view-source of the > javascript code as > > saveLocation.php?userId=10&latitude=-38&longitude=100 > > that hackers will be able to just query the saveLocation.php file > without even being logged in and then reset the location for different
Not a maps question. Exactly the same issue arises with any multi- user updateable system. Look into php security / login / access control ; sessions ; cookies. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
