Hey,
More questions, always more questions. I have been trying to work with cookies and write them out fine, but they always expire as soon as the browser reloads. I am using cookies because I have user uploading an image, that I want to use for previewing purposes. But as the person makes more changes to the final preview (they should only have to upload that graphic one time during the session), and make it show as each part is reloaded. I create the cookies fine (I check for them in my computer), but when I request the name on the reload i get no output, so I look in my computer, and the cookie is gone (a reasonable explaination why I don't get the output on reload). Can someone please fill me in on why it may be doing that. I thought If you don't put an expire time on the cookie then it lasts until the browser window is closed not reloaded. Any input is appreciated.

~Cran56