I'm building a website (low trafffic) which only sells 2 products. I haven't been asked to store user's address for return visit.
I used session and didn't have any problem so far but heard about session costs a lot of sys resources. Should I use cookie instead?
I use unset() to remove a session variable. Is that a correct way to do so?
Thanks in advance.