Is it more secure to use cookies to trfer session ids?
Answer / Sanchit Srivastava
Cookies are a common method for transferring session IDs, but they can be vulnerable to interception and tampering. To mitigate this, you can set secure and HTTP-only flags on your cookies.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is meant by variable variables in php?
How do you pass a variable by value?
Are php sessions secure?
What is the purpose of php?
Can you explain, when to use if-else if-else over switch statements?
What is the difference between $message and $$message?
How to test if a variable is an array?
What does $this do in php?
What is the apache?
Where is session id stored?
What is singleton pattern in php?
What are the new features available in php 7?