I have an ajax call to a template.
I need to let the targetr DIV know a few pieces of info that I cannot pass via the URL.
I’ve tried to create both session and cookie data via PHP coding, but I get errors each time.
how can I create a session variable to make my life eaiser..?
Can it be done?