Generating a Login Nonce
So I'm working on this pseudo FLP and I wanted to include a logout function that will actually work. However, whenever you logout on Gaia you receive a nonce in the url so it can't be used again e.g.
How would I generate my own so that it would work?
http://www.gaiaonline.com/auth/logout/?userid=1452&nonce=[b]2121355182.1388274039.21163187[/b]How would I generate my own so that it would work?