I'm setting up a system whereby when a user sucessfully logs on, a cookie is set which is used later on to show extra fields etc. on a search form.<br><br>After validation:<br><br><CFCOOKIE NAME="APLPRV" VALUE=#username#><br><cflocation url="search.cfm?cat=enttain"><br><br>However, search.cfm does not see the cookie.<br><br>Any ideas? I've got the same problem on two sites :-(<br><br>Garry