Switch to token-based authentication using Capacitor Preferences. This approach:
Works consistently across all platforms
Gives you full control over token lifecycle
Avoids WebView cookie limitations
Is the standard for mobile apps
The cookie persistence configuration might work, but token-based auth is more reliable for mobile applications.