i have in my app two activities, and in each activity i have a web view. if i created a session in my php code in the first webview, can i read this session in the 2nd webview??
and what is the cookiemanager used for? is it for reading the sessions created over the server (by php) or there is a session created over the app?
the same question is asked here: android - share session between two webviews? but i didn't get the exact answer!! Thanks