Подскажите, как сделать редирект только один раз за сессию
<script type="text/javascript">
if (YMaps.location.city !='' && YMaps.location.city == 'Абакан') {
document.location.href="
}
if (YMaps.location.city !='' && YMaps.location.city == 'Александров') {
document.location.href="
}
if (YMaps.location.city !='' && YMaps.location.city == 'Анадырь') {
document.location.href="
}
.......
else
{
document.location.href="
}
</script>