[TYPO3-mvc] passing on demand object to various views/formats
Thomas Allmer
at at delusionworld.com
Sat Feb 26 21:27:27 CET 2011
On 25.02.2011 15:17, Lienhart Woitok wrote:
> we also had the requirement to pass the chosen filters to the show action for a backlink. We got this to work using an array, BUT: IE had problems with the long URL. So we ended up saving the object/array to the session and just put an identifier (md5) into the URL to fetch the correct settings from the session.
I feared that...
using a session means you can't pass the url via e-mail, without saving
every search in the database... :/
you said you got this working with an array... do you remember how you
updated the hmac to get rid of the Exception[1]?
[1]: #1255082824: Request hash (HMAC) checking failed. The parameter
__hmac was invalid or not set, and objects were modified.
--
+---------------------------------+-----------------------------------+
| Thomas Allmer | http://www.delusionworld.com |
| E-mail: at at delusionworld.com | phone: +43 699 16217064 |
+---------------------------------+-----------------------------------+
More information about the TYPO3-project-typo3v4mvc
mailing list