Are php session secure?



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

Post New Answer

More PHP Interview Questions

Explain the difference between $message and $$message?

1 Answers  


Why laravel is the best php framework in 2019?

1 Answers  


Which methods should be used for sending an email using the variables $to, $subject, and $body?

1 Answers  


what is the url rewriting?how to rewrite the url? give any example

1 Answers  


How escape single quotes php?

1 Answers  


why header() gives the error like header already sent in php please explain in brief

1 Answers   KMK,


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?

1 Answers  


What is api laravel?

1 Answers  


What are the file upload settings in configuration file?

1 Answers  


How to assigning a new character in a string?

1 Answers  


Explain Booleans in PHP?

1 Answers  


Categories