Forum Moderators: coopster
The idea is that the cookie should write the referrer information on whatever page the user lands on. The include for writing the cookie is included on every page of the site and has a conditional wrapper that essentially says don't write the cookie if the cookie exists. Thus should preserve the value of the first page the user lands on so that I can retrieve the information later. Unfortunately, sometimes the page written is not the first page of landing .. but rather the last page prior to the page that requests the cookie.
Its so wierd. And then other times, the cookie is just empty. I can't help but wonder if there is some default caching setting on Apache that is throwing me off (?).
Anyone know anything about this? I haven't had this problem in ASP or in JSP. :-\
Thanks.