Testing an on-line application and the appcache is working, however, when logging out and then returning to the target php page the if(!isset($_SESSION['user'])) to return the user to the log-in page is not working even though the session information is not present. The session has been destroyed, the user unset, and the cookie expired on logout. The same result trying to check the cookie status - if(!isset($_COOKIE['name'])). !isset is returning False even thought the cookie doesn't exist.
Remove manifest reference from the html tag and it works fine.
Thanks