
12 Jul
2010
12 Jul
'10
11:27 p.m.
2010/7/12 Marc Delisle <marc@infomarc.info>:
Ninad Pundalik a écrit :
Will a simple call to Math.random() be sufficient to add an extra GET/POST variable parameter that would not return the cached user's list? I don't remember seeing any function in the js/ folder that would generate a random string that I could use here.
I would be happen to try this with your added random value.
I wonder why removing a user would not bring an older page from the cache (you are talking about the browser cache, right?) while creating a user would.
Always use POST requests, these aren't cached by browsers. -- Piotr Przybylski