|
I have on the top of many pages:
setcookie( "example" , $returntopage);
setcookie( "auth" , "ok" );
However, when going to multiple pages like web page a, b and c with the setcookie (as you stated), the cookie is not overridden with the new value on each page.
For example, I have web page a, b and c. After completing forms, you can always return to the page (a, b, c) that started in all. I tried using javascript history but it doesn't accout for people who don't complete the form w/o errors.
__________________
Matt
webmaster of Please login or register to view this content. Registration is FREE - Online wedding planning
|