Discussions
Backend API for setting cookies?
Is there an API within SSPs (or generally) that can set cookies? Our site is customized to have people log in with their contact info, rather than their customer info. As far as I can tell, only info at the customer level can be accessed in pages; no info on the logged in contact is available. I need my register/login page to set one or more cookies with info at the contact level, so any page on the site can access it. The register/login page is on my secure subdomain, so I can't set it with Javascript.
Any advice?