Skip to main content
This topic has been closed for replies.

1 reply

Inspiring
April 9, 2008
<cfset session.affiliate = url.affiliate> does not work?

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
Known Participant
April 10, 2008
I did that but I got this error:
"Element AFFILIATE is undefined in SESSION. "
did I miss something? Ive put the <CFSET session.affiliate = url.affiliate> in my sessionStart.cfm file.
should I put it seperatly in my homepage?if yes then how should I check the page to run with or without checking this session.
sorry Im new and I really need help.
thanks
Inspiring
April 10, 2008
quote:

Originally posted by: masoud_amen
I did that but I got this error:
"Element AFFILIATE is undefined in SESSION. "
did I miss something? Ive put the <CFSET session.affiliate = url.affiliate> in my sessionStart.cfm file.
should I put it seperatly in my homepage?if yes then how should I check the page to run with or without checking this session.
sorry Im new and I really need help.
thanks

You have to put it on a page that has a url.affiliate variable available to it.