How to init nonce?
-
Calling wp_create_nonce twice gives the same result:
echo wp_create_nonce('my-check'); /* find a new nonce ? */ echo wp_create_nonce('my-check'); /* no, it's still the same */
How do i initialize to get a new “ONE TIME” random nonce?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to init nonce?’ is closed to new replies.