How long do session cookies work on Android / iOS devices?

As I understand it, if I have a code that creates a cookie without an explicit expiration, it lasts for the entire browsing session (for example, until the user closes his browser).

How does this relate to mobile devices, in particular iOS, where you never leave Safari?

+5
source share
2 answers

Cookies in Safari on the iPhone are stored in a property list file. They remain there until the user manually clears their cookies on their device.

+1
source

, , cookie , (, ).

0

All Articles