session - "Webpage has expired" $_SESSIONS in PHP -


In my web-application I am using $ _ sessions , but sometimes , When the user gets the backspace key:

The webpage has expired

messages.

Why is this happening? What can I do to avoid this?

This is also done with the cache control instructions browser. Learn more about cache settings to learn more.

:

Recap

To prevent warnings from "Page expired", set session.cache_limiter in Private and make sure that the POST method Using any form submits to an intermediate processing page that redirects the user to a different URL.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -