It's my first time making a website and I'm in the dark about cookies. What kind of stuff are cookies useful for? Storing log in information is one I guess, but I'm not sure what else they are used for. My website is going to be pretty basic...It's all straightforward HTML with graphics sprinkled around and one e-mail form in PHP. Would I have any use for creating cookies in that situation? I'm mainly concerned about getting the graphics stored in the temporary internet files because I use quite a few of the same graphics on each page and I want to make sure users don't have to keep redownloading the same graphics. Do you have to insert any code to make the browser store the graphics or does it do that on its own? Just want to double-check this stuff because I don't want to have people constantly downloading the same graphics on my webpage. TIA.