[question]cookie Enabled Page Loading

I'm wondering how i can load a page, and then write a cookie so that the same page won't load again until the cookie is out of date.

What the thing is here is that I have a splash page I just want to load once (It preloads the images to the rest of my site) But I don't want it to continuously show when someone visits my site.

Anyway to do it in plain HTML or Javascript? (I know it can be done in php, but my basic server doesn't support it yet)

#162474