Chapter 20. Working with Sessions

In This Chapter

Addressing the Web’s Statelessness 497

Using Cookies to Remember Preferences 499

Using Client Variables 508

Using Session Variables 521

Working with onSessionStart and onSessionEnd 542

Locking Revisited 543

In Chapter 19, “Introducing the Web Application Framework,” you learned about application variables, which live in your ColdFusion server’s memory between page requests. You also learned that application variables are shared between all pages in your application. There are plenty of uses for application variables, but because they aren’t maintained separately for each user, they don’t go far in helping you create a personalized site experience.

This chapter continues the discussion of the Web ...

Get Adobe ColdFusion 8 Web Application Construction Kit, Volume 1: Getting Started now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.