by flabbyrabbit on Sat May 26, 2007 6:36 pm
Ok here I go, ive only just really worked out how to use cookies lately but it seems to be quite simple. The first thing is how long will you need to store the information, will you only need it for that session or will you need to keep it for longer?? If you only need it for that session then sessions should be used instead of cookies. Sessions are lost when the user closes their browser were as cookies are kept for a set time. So which will you need??
Flabby Rabbit