Hi,
I am new at ASP, but familiar with perl. I am trying to write a cookie, but it won't work.
I've spent hours looking for the problem, but I can't figure it out.
This are the two instructions:
# Create the cookie
#
$Response->Cookies->SetProperty('Item', 'Client', 'Preferences');
# Set the Background-subkey
#
$Response->Cookies('Client')->SetProperty('Item', 'Textcolor', 'White');
This is the error the webserver returns:
PerlScript Error error '80004005'
(in cleanup) Can't call method "SetProperty" on an undefined value
/intranet/test/index.asp, line 16
Can somebody help?
Thanks,
Thierry
I am new at ASP, but familiar with perl. I am trying to write a cookie, but it won't work.
I've spent hours looking for the problem, but I can't figure it out.
This are the two instructions:
# Create the cookie
#
$Response->Cookies->SetProperty('Item', 'Client', 'Preferences');
# Set the Background-subkey
#
$Response->Cookies('Client')->SetProperty('Item', 'Textcolor', 'White');
This is the error the webserver returns:
PerlScript Error error '80004005'
(in cleanup) Can't call method "SetProperty" on an undefined value
/intranet/test/index.asp, line 16
Can somebody help?
Thanks,
Thierry