Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.
/ Magento-FixFormKey Public archive

Magento 1.8 module which fixes the caching of the form key in a block.

Notifications You must be signed in to change notification settings

Zookal/Magento-FixFormKey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zookal FixFormKey

This module solves the issue where the form key will be cached in a block.

This modules creates a placeholder in the cached block and replaces later the placeholder with the correct form key. The same replacement as with the session ID.

The modifications have been done in Mage_Core_Block_Abstract with its methods _loadCache() and _saveCache(). The placeholder is generated in _getFormKeyPlaceholder(). Another solution is not possible.

Compatible only with Magento CE >= 1.8 and EE >= 1.13

Code quality of this core file: Scrutinizer Code Quality

Install

Please use modman or composer.org

License

OSL - Open Software Licence 3.0

Copyright

Copyright (c) Zookal Pty Ltd, Sydney Australia

Author

Cyrill Schumacher - My pgp public key

Made in Sydney, Australia :-)

About

Magento 1.8 module which fixes the caching of the form key in a block.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages