This line in each field's config.php will guarantee a unique $CookiePrefix string for each field in a farm: $CookiePrefix = substr($tmp = md5(__FILE__), 0, 5).'_'; I tried to use something similar in the Light Skin's light.php script, but you can't set $CookiePrefix in skin.php for some reason... Hagan