Googling for the solutions, i found two references that useful:
http://support.microsoft.com/kb/183763
http://shiflett.org/articles/how-to-avoid-page-has-expired-warnings
I then change the php.ini configuration from:
session.cache_limiter = nocache
to:
session.cache_limiter = private
note:
lately known that this "private" option causes new problem, when clicking home the applications always prompt login form. well this is annoying.
I then set:
session.cache_limiter =
refs:
http://php.net/manual/en/function.session-cache-limiter.php
php.ini comments
No comments:
Post a Comment