Variables multiple titles multiple cookie
July 14, 2008 12:00 AM
I have published two titles via html. They are accessible via different urls in the same domain:www.domain_name.nl/titleAwww.domain_name.nl/titleBI use variables that are stored in a cookie. The problem is that the variables are now shared between the two titles: when I start title B after having completed title A, title B thinks I already did some things because it looks at the variable values of title A. It seems that only 1 cookie is created that is then used by both titles, whereas I need a seperate cookie per title...How can I solve this problem?
Discussions have been disabled for this post