My Local httpd Apache 2.2 test server with php installed is having problems with a ipad user.
I have scripted a loggin script that uses php sessions to keep them loggedin, the page has a javascript that reloads an iframe and its php checks if the user is still loggedin or not. The problem is when my webhotel is running the the page it works perfecly but when im running the page om my local server it works perfecly on every computer or smartphone even iphone but not on a ipad. it keeps logging the ipad out after random time. and the header info is almost the same between my local server and the webhosting co server. Another note is that the ipad and all other wifi browsers are not in the lan domain and they can't surf to the localserver by name it have to use the ip adress. Another note is if you think i should post my conf and php.ini file or parts of it? i can do that.
The webhotel header: Cache-Control:no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Connection:close Content-Type:text/html Date:Mon, 19 Nov 2012 09:15:06 GMT Expires:Thu, 19 Nov 1981 08:52:00 GMT Pragma:no-cache Server:Apache Transfer-Encoding:Identity X-Powered-By:PHP/5.3.17
The local server header: Cache-Control:no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Connection:Keep-Alive Content-Length:450 Content-Type:text/html; charset=iso-8859-1 Date:Mon, 19 Nov 2012 09:16:59 GMT Expires:Thu, 19 Nov 1981 08:52:00 GMT Keep-Alive:timeout=5, max=76 Pragma:no-cache Server:Apache/2.2.22 (Win32) PHP/5.2.17 X-Powered-By:PHP/5.2.17
any idea of what the problem might be?