Do csrf tokens expire?
Answer / Ankit Agrawal
Yes, CSRF tokens should have an expiration time to ensure that a stolen token cannot be reused indefinitely. The exact expiration time can vary depending on your application's requirements and security policies.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which is better get or post method?
1.What are the difference between echo , print , print_r ? else this 3 can we show output to a client in some other way?
How to get number of elements in an array?
What is the use of stripslashes in php?
Tell me what does pear stands for?
What are Routines?
How to find the length of a string?
how long a default session stay in php?
Explain about switch statement in PHP?
What is $_ server request_method == post?
What does $_server mean?
How to send Email using PHP with MySQL in Linux Server?..