Summary
This chapter introduced variable scope and concurrency while programming web applications in VB. We looked at defining the application, session, and request scopes for variable lifetimes in the web application. We also discussed cookies, which we can use to pass small amounts of data between the client and the server. The next chapter, Chapter 19, will utilize these new skills in our final programming project.