开发者

PHP Session Security for Mobile Devices

开发者 https://www.devze.com 2023-02-17 10:39 出处:网络
I did see this excellent post on PHP 开发者_Go百科session Security and I wanted to know if all apply to mobile devices as well?

I did see this excellent post on PHP 开发者_Go百科session Security and I wanted to know if all apply to mobile devices as well?

Is there anything that you would add/change?


Mobile device or non-mobile device changes nothing for PHP : PHP is executed on the server, no matter what kind of device requests the page.

As a consequence, all points given on the question/answers you linked to that are valid for a desktop browser are also valid for a mobile device.

0

精彩评论

暂无评论...
验证码 换一张
取 消