GET requests are 
idempotent<http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html>: 
the side-effects of N > 0 identical requests is the same as for a single 
request, so from the browser and proxy point of view repeating GET requests 
should return the same result, and they can instantly use cached previous 
result.

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/prototype-scriptaculous/-/1xe1xWjBNm0J.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to