|
11.01.2010, 07:15 PM
I thought about doing something with cookies, but discarded it and decided to implement the export/import function instead. I intended it so users would configure their setup, export the values, save them to a text file on their computer, and then re-import them at a later time.
But TBH, I've never really liked using cookies. They have their uses I suppose, but I'd rather not use them, or use session variables when I can.
|