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?