Hi,
I have a web application and I have implemented the offlilne cache using the HTML5 cache manifest. The cache thing works fine on my local machine using the local setup where I am not passing the user name and password.
But when I tried to implement the offline cache in my production application, the first time when I login, all the contents are getting cached. Later when I close my browser and access the link again, it gives me a "connection error" as it tries to access the login screen.
I get a "Application Cache manifest could not be fetched, because a redirection was attempted" error.
Is there any way to store the credentials in the cache which can be directly used when I reopen the browser.
Thanks,
Yugandhar