ページの有効期限対策

ブラウザの戻るボタンを押した時に出る「ページの有効期限切れ」対策です。
[php]
session_cache_limiter(none);
[/php]

とか

[php]
session_cache_limiter(‘private_no_expire’);
[/php]

とか。ページの有効期限切れを出したくない時の参考に。

関連する記事:

Powered by

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">