[oauth] When to delete my nonces?

2010-02-15 Thread David King
OK, I have a table to store my nonces and I'm writing a garbage routine to clear out old ones, is there a recommended (or even just suggested or discussed) lifespan for each nonce? -- You received this message because you are subscribed to the Google Groups "OAuth" group. To post to this group,

[oauth] Re: When to delete my nonces?

2010-02-15 Thread David King
Decided to settled for a pretty forgiving 2 days with a 1/500 probably of the routine running during nonce_lookup. Reason? A nice safe bet until someone says I'm doing it all wrong! On Feb 16, 5:05 am, David King wrote: > OK, I have a table to store my nonces and I'm writing a garbage > routine