Can you give any guidelines or a resource for secure token generation
best practices, with Shindig.

Currently, I'm using the generateSecureToken function within
samplecontainer.js, but would like to know the reasons for why they we
are sending each field.

Also, I have changed the 'default_refresh_interval' and 'cache_time'
within /php/config/container.php to 60 seconds.  I would like to have
each individual widget cache at different intervals on the Shindig
server.  How can I accomplish this.

Thanks,

Kev

On Wed, Apr 22, 2009 at 6:31 PM, Kevin Brown <[email protected]> wrote:
> You really need to generate a new security token if you're going to do this.
> You don't want to wind up in a situation where the gadget has been active
> for several hours with a security token that's only good for one.
>
> On Wed, Apr 22, 2009 at 1:22 PM, Kevin Warrington <
> [email protected]> wrote:
>
>> I need help configuring and properly implementing caching within Shindig.
>>
>> For instance, I will have multiple widgets on a page at once.  Each
>> will need to have the ability to refresh at a custom interval.
>>
>> By refresh i mean, only refresh the content within the widget.
>>
>> Can someone provide a link or some advice as to what I should do with
>> regards to the caching?
>>
>> For gadget refresh I've been trying to call,
>> gadgets.container.refreshGadgets();  but it doesnt seem to do
>> anything.
>>
>> Thanks,
>>
>> Kev
>>
>

Reply via email to