Are php session secure?
Answer / Atul Goel
PHP sessions are not inherently secure. They can be manipulated if proper precautions are not taken, such as setting a secure cookie flag, using HTTPS, and destroying sessions after use.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the difference between $message and $$message?
Why laravel is the best php framework in 2019?
Which methods should be used for sending an email using the variables $to, $subject, and $body?
what is the url rewriting?how to rewrite the url? give any example
How escape single quotes php?
why header() gives the error like header already sent in php please explain in brief
How can we register the variables into a Session?
7 Answers HCL, Star Computers, Trikon Networks,
What is the value for this auto incremented field user_pri_id?
What is api laravel?
What are the file upload settings in configuration file?
How to assigning a new character in a string?
Explain Booleans in PHP?