An error occurred in the form, and all form information is retained when returning to the original page.

Source: Internet
Author: User

The Session_cache_limiter () function in PHP is the buffer control method used to specify the session page.

Grammar:
String Session_cache_limiter ([string cache_limiter])
Cache_limiter the name of the cache limit to set
Returns the name of the cache limit

It should be noted, however, that the Session_cache_limiter () method is only useful until the Session_Start () method is written.

Practical application:

In the development process, often because the form error and return to the page when the information is missing, in order to support page bounce, can be implemented in two ways.

First, use the header method to set the message header Cache-control
Header (' Cache-control:private, must-revalidate ');//Support page Bounce

Second, use the Session_cache_limiter method
Note to write before the Session_Start method
Session_cache_limiter (' Private, must-revalidate ');//Support page Bounce

An error occurred in the form, and all form information is retained when returning to the original page.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.