Submit Your Article Forum Rules

Results 1 to 2 of 2

Thread: php cache save

  1. #1

    php cache save

    Please see: http://www.projectors411.com/project...ifications.php

    If you select any manufacturer and then a model and then click submit, it will show the specs. But then if you click your browser's back button, it shows this error:

    Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not automatically resubmit your information for you.

    To resubmit your information and view this Web page, click the Refresh button.


    How do I get rid of this message and show the dropdown forms again?
    chinese takeout or korean bbq???

  2. #2
    WebProWorld MVP brian.mark's Avatar
    Join Date
    Jul 2004
    Posts
    2,709

    The problem...

    The problem is in your headers. Either your Apache server is configured odd or you're doing something in PHP to rewrite some of the headers.

    Code:
    HTTP/1.1�200�OK(CR)(LF)
    Date:�Fri,�02�Sep�2005�02:18:07�GMT(CR)(LF)
    Server:�Apache(CR)(LF)
    X-Powered-By:�PHP/4.4.0(CR)(LF)
    Set-Cookie:�PHPSESSID=941f4ec96644f325395db1cbcf2ee1ac;�path=/(CR)(LF)
    Expires:�Thu,�19�Nov�1981�08:52:00�GMT(CR)(LF)
    Cache-Control:�no-store,�no-cache,�must-revalidate,�post-check=0,�pre-check=0(CR)(LF)
    Pragma:�no-cache(CR)(LF)
    Connection:�close(CR)(LF)
    Transfer-Encoding:�chunked(CR)(LF)
    Content-Type:�text/html(CR)(LF)
    (CR)(LF)
    Those are your headers. The no-cache, cache-control, and expires all need to be removed if you want the back button to work properly.

    Once you've made some changes and want to test what it returns, try loading your page again with this tool. Very simple, but it works well.

    Brian.
    ToolBarn.com, an Internet Retailer Top 500 and Inc. 500 Company | Tool Parts | Pet Supplies

Similar Threads

  1. Save The Internet.com
    By clasione in forum Internet Industry
    Replies: 0
    Last Post: 06-17-2006, 12:45 PM
  2. Why Google drop newer cache and replace with older cache?
    By shilmy in forum Google Discussion Forum
    Replies: 1
    Last Post: 01-16-2005, 09:18 PM
  3. any way to save a flash as an exe?
    By EJRS.COM in forum Flash Discussion Forum
    Replies: 2
    Last Post: 06-11-2004, 10:49 AM
  4. Web page save...
    By DT in forum IT Discussion Forum
    Replies: 0
    Last Post: 04-05-2004, 04:32 AM
  5. How do i save just a Scene as .SWF?
    By MasterT in forum Flash Discussion Forum
    Replies: 3
    Last Post: 02-18-2004, 02:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •