Retrieve Hash Cookie
Posted: Wed Aug 22, 2018 9:05 am
Hi,
I encounter a problem with retrieving a Hash Cookie that is set in a Browse Form like this
When a search is started, PHP Before Browse is called. This is where I'm trying to retrieve the value of my previously set cookie.
the hash list does not contain my cookie "Cookie".
nuDebug(nuHash());
and this does not output the cookie either:
nuDebug("Cookie: #Cookie#");
What am I doing wrong?
I encounter a problem with retrieving a Hash Cookie that is set in a Browse Form like this
Code: Select all
if (nuFormType() == 'browse') {
nuSetProperty('Cookie', "abc");
}
the hash list does not contain my cookie "Cookie".
nuDebug(nuHash());
and this does not output the cookie either:
nuDebug("Cookie: #Cookie#");
What am I doing wrong?