5 Sep
2003
5 Sep
'03
7 p.m.
Yes yes yes yes yes yes yes!!!! This seems to work :-) !!!! At least on the part of the site where I have tried it out. I am going to try it out on all the pages now. To answer your question: The cookie returned when I used the browser's "back" button. But when I used my own "back" button (made with <form action> methods) the cookie was gone. Thank you indeed!! Børge Geir Bækholt wrote: Does the cookie return when you re-visit the first page? perhaps you're actually only bitten by the cookie path? try (untested): RESPONSE.setCookie('guest','C',path='/') -- Geir Bækholt