Hi guys,
Nonces have a default expiry value of 300 seconds. Does this still apply if the "secret" parameter is set? So can you use both "secret" and "nonce_expire" value together, taking for granted that the time is in sync over multiple proxies?
Andreas
Hello,
On 2/18/13 4:40 PM, Andreas Granig wrote:
Hi guys,
Nonces have a default expiry value of 300 seconds. Does this still apply if the "secret" parameter is set? So can you use both "secret" and "nonce_expire" value together, taking for granted that the time is in sync over multiple proxies?
yes, both work together and secret has to be set if you want to sync across multiple servers. If secret is not set, then its value is randomly generated at startup.
Cheers, Daniel
Thanks for clarification, Daniel!
Andreas
On 02/19/2013 09:18 AM, Daniel-Constantin Mierla wrote:
Hello,
On 2/18/13 4:40 PM, Andreas Granig wrote:
Hi guys,
Nonces have a default expiry value of 300 seconds. Does this still apply if the "secret" parameter is set? So can you use both "secret" and "nonce_expire" value together, taking for granted that the time is in sync over multiple proxies?
yes, both work together and secret has to be set if you want to sync across multiple servers. If secret is not set, then its value is randomly generated at startup.
Cheers, Daniel