I have a module where one or more of the fields are automatically filled in using the users' cookies. However, we have just noticed that the cookies are not necessarily being looked at. For instance, I searched for "Value 1". With my module, when the form is submitted, "Value 1" will then be added to a cookie. Then, let's say that the PageBlaster cache cached this page. The next visitor appears to have "Value 1" entered into their form field instead of whatever they last put in. The cookies are handled server-side. Do you know of a way to get around this? This may force us to stop using this module. Even though I have been experiencing growing pains with it in figuring out what needs to be configured in order to get things to work how they originally did, I am thoroughly enjoying the performance benefits and replacement benefits it has to offer. |