Hi,
I'm connecting to a site which ask a user to login first and then perform some operations.
First i'm connecting to the site and posting the credentials for login.
After the login is succeeded, i need to connect again to the website and fetch the user specific data and show it either using custom gui or web view depending upon the contents of the site.
The problem which i'm facing is whenever i re-connect to the site, the user is logged out.
So i can't extract user specific data.
I'm using QNetworkAccessManager for making connections
Please help..
Thanks.



