You have to use a different url like jason mentioned. One thing I've done and you can do (if you have apache and enabled mod_rewrite) to make it a little less of a hassle is to add a mod_rewrite rule to the .htaccess access file in the directory where you keep your orkut gadget xml file...,
RewriteEngine On RewriteRule ^orkut.xml-(.*)$ orkut.xml Then you can add a -whatever to the end of your gadget url and still get the same file. So http://www.mysite.com/orkut.xml can be requested as http://www.mysite.com/orkut.xml-blah, http://www.mysite.com/orkut.xml-blah2, etc. and appears to be a different url each time. On Mar 27, 3:33 am, puneet <[EMAIL PROTECTED]> wrote: > is the any alternative for &bpc=1 ?? > > -puneet --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

