piu o meno è cosi'

if ( document.cookie.indexOf("Refreshato=") == -1 )
{
window.location.reload( true );
document.cookie = "Refreshato=1";
}