Security and performance when using sessions and cookies
This article will examine how web site programmers can use cookies to store a user’s session state during and beyond a particular session. First we will be discussing what cookies are, what sessions are and why it is useful to store session state. Then we will be looking at different strategies for using cookies in ASP and PHP. Finally, we will finish ths article with a discussion about the strengths and weaknesses of using cookies, and offer an alternative.
This article is aimed at he beginning to intermediate web site programmer who may be struggling to fully utilize their web server, or who needs a backgrounder for the technologies available. Equally, the advanced internet user can use this article as an aid to judging the usefulness or otherwise of accepting cookies whilst browsing the web.