adspace
Is it more secure to use cookies to transfer session ids?
Answer Posted / Mubarak Hussain
Using cookies for transferring session IDs is considered relatively safe if you properly implement HTTP-only, Secure and SameSite attributes. However, it's essential to follow security best practices such as setting a session time-out, using a secure connection (HTTPS), and protecting against Cross-Site Scripting (XSS) attacks.nnHere's an example of how to set HttpOnly and Secure flags in PHP:nn```phpnsession_set_cookie_params(60 * 60, '/', '.', 'localhost', true, true);nsession_start();``
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain me is it possible to destroy a cookie?
Name and explain five of the PHP error constants?
List some features of php that are deprecated in php7?
Which variable declarations within a class is invalid in php?
hello all, I need some sample placement papers in lion bridge.. can anyone help me?
How to calculate the difference between two dates using php?
What is the current stable version of php? What advance thing in php7?
What is the current stable version of php?
What is difference between static and final in php?
What sized websites have you worked on in the past?
What is trait in php?
how to detect a mobile device using php
sort term descripttion form, report and uery
What does $_files means?
Write a program using while loop?