[FX.php List] Page expired problem

DC dan.cynosure at dbmscan.com
Wed May 9 13:13:56 MDT 2007


try "curl -is http://domain.com" to see what headers your page sends:

curl -is http://google.com
-------------------------------
HTTP/1.1 301 Moved Permanently
Location: http://www.google.com/
Set-Cookie: 
PREF=ID=a82635e872e80400:TM=1178737999:LM=1178737999:S=Vh1od9ap-spK-4JD; 
expires=Sun, 17-Jan-2038 19:14:07 GMT; path=/; domain=.google.com
Content-Type: text/html
Server: GWS/2.1
Content-Length: 219
Date: Wed, 09 May 2007 19:13:19 GMT

<HTML><HEAD><meta http-equiv="content-type" 
content="text/html;charset=utf-8">
<TITLE>301 Moved</TITLE></HEAD><BODY>
<H1>301 Moved</H1>
The document has moved
<A HREF="http://www.google.com/">here</A>.
</BODY></HTML>
----------------------------------

dan

Troy Meyers had written:
> Joel,
> 
> That stuff is in the header, not coming from the page we've designed, and it's my supposition that the PHP itself is adding it. The header isn't normally visible, that's where cookies and other things travel, and you don't see it if you "View Source" on a page, for example. I'd guess that there is something in PHP that is configurable to change some of it, but don't know where to start. There's nothing I can comment out in my CDML template page to alter it.
> 
> -Troy
> 
> 
>> Hi Troy
>>
>> I don't know Blackbelt, but this does seem to be related to PHP  
>> Sessions and all those no-cache parameters.  On the page in question,  
>> can you comment out all those no-cache settings (incl. expiration  
>> date) and see if that helps?
>>
>> HTH,
>>
>> -Joel
> 
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
> 


More information about the FX.php_List mailing list