10.22.2013

PHP error – Web Page has expired

PHP error – Web Page has expired

Resolution:

1. Open up the PHP.INI file and change the following key..

FROM: Session.cache_limiter = nocache
TO: Session.cache_limiter = public

2. Save the PHP.INI file and restart the web site.
3. It should now be possible to hit the back button and have the data present in the cache.



No comments:

Post a Comment

Note: Only a member of this blog may post a comment.