Team LiB
Previous Section Next Section

Chapter 16: Using Cookies

Overview

Cookies are great little tools, but they get a bad rap in the press when nasty people misuse them. These little bits of text can make your development life much easier if you use them properly. In this chapter, you learn how to:

  • Set a cookie

  • Extract data from a cookie

  • Amend your user authentication routines to use a cookie


Team LiB
Previous Section Next Section