Reputation: 85308
I did see this excellent post on PHP session Security and I wanted to know if all apply to mobile devices as well?
Is there anything that you would add/change?
Upvotes: 0
Views: 917
Reputation: 400972
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.
Upvotes: 1