I am developing hybrid application by using webview and native both. I am using ajax post method in my webview and also using post method via HttpClient on my default android code. But even if i go to same server my session id's doesn't match with each other.
Is there any way to make http request within same session in my application? Thanks for any advice.
I have solved this issue: