This is very confusing. I'm not sure if the server is keeping the token and allowing this to happen still:
http://www.dockhawk.com/currentphp.php?name=chicago or if I'm doing something wrong. A few questions: 1.) As I'm using a session on my home page (default.html) should this page need to have a .php extension? ------------------------- 2.) Currently I'm using the "get" method and I don't like the idea of that, passing everything in the URL, token included. I wanted to use the "_post" method but I haven't figured out how to do it as the query name="" is also being passed. When I switched everything to "_post" the XML is never returned. It is best to use the post method isn't it? ------------------------- 3) In relation to question two I believe my problem is actually in the javascript, this bit on line 38: request.open("GET", url, true); I want to know this line better (I've forgotten the parameter's meanings : o) but I'm having a hard time finding it's explanation online. I tried changing the "GET" to "POST" but I'm probably way off base doing this. Any known references/explanations I could see? ----------------------------- Thank you On Oct 5, 12:21 am, William <[EMAIL PROTECTED]> wrote: > On Oct 5, 5:53 pm, Lan Mind <[EMAIL PROTECTED]> wrote: > > > Now I am getting invalid token on my original page but that's it! lol > > hehe you can never have enough security!! > > yep it gets very complicated with different browser caches, especially > when you are doing development and old versions of pages are in the > browser cache ... but it seems the basics of security are in place. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
