Sessions vs Cookies
Friday July 20, 2007
Sessions and cookies both do similar things, but they work in different ways. Knowing the difference will help you determine which is best to preform the task your site needs. In short, a cookie is stored on the user's browser and a session is not.


Got any examples of using cookies with sessions?