stevie, there are two caches you need to worry about - the browser cache (done within mozilla firefox or internet explorer, etc.), and orkut's cache. Using &bpc=1 will bypass orkut's cache, and appending a random number like stenoo sugested is a quite common method for bypassing the browser cache. It should work if you are implementing it right - could you paste your code after adding the Math.ceil(Math.random() * 1000000)?
On Apr 13, 1:23 am, stevie <[email protected]> wrote: > Hi, > Its not working i have tried appending the code to the url but it > doesnt seems to call that page itself.. Any suggestions please.. If > its a proper solution rather than a hack will be very useful. > > Thanks and regards > Steve > > On Apr 12, 10:51 pm, stenoo <[email protected]> wrote: > > > > > "xxx.php" --> "xxx.php" + "?blabla=" + Math.ceil(Math.random() * > > 1000000); > > > Every time the script is loaded the url change and isn't loaded from > > cache... the parameter blabla will not be used > > > On Apr 11, 2:45 pm, stevie <[email protected]> wrote: > > > > Hi All, > > > Can anyone tell me how to remove the template cache (not bpc=1 > > > in url bcoz i have tried that and clearing browser's cache but only in > > > vain!) > > > > Im using the following code > > > > <script type="text/os-data" xmlns:os="http://ns.opensocial.org/2008/ > > > markup"> > > > <os:ViewerRequest key="Viewer" fields="name"/> > > > <os:OwnerRequest key="Owner" fields="name"/> > > > <os:HttpRequest key="content" href="http://xxx/xxx.php" > > > format="text"/> > > > </script> > > > > <script type="text/os-template" > > > xmlns:os="http://ns.opensocial.org/ > > > 2008/markup"> > > > ${content.content}" /> > > > </script> > > > > But whatever changes i made to xxx.php its getting reflected after a > > > very long period.. Im quite confused at this point bcoz it display > > > contents even i remove some from that file. > > > > So i would be thankful if anybody suggest a solution for this. > > > > Thanks and regards > > > Steve- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" 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/opensocial-orkut?hl=en -~----------~----~----~----~------~----~------~--~---

