Skip to main content

The Stateless Nature of the Web

  • Chapter
  • First Online:
Book cover Java EE Web Application Primer
  • 1598 Accesses

Abstract

A web application does not maintain state. It has no memory. Each request to the web server is an independent event. Each request does not know about previous requests. When you send your username and password, the web server views this as an independent event. It does not keep track of what you’re logging in to. The information is simply sent to the server.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

eBook
USD 19.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 24.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2017 Dave Wolf, A.J. Henley

About this chapter

Check for updates. Verify currency and authenticity via CrossMark

Cite this chapter

Wolf, D., Henley, A.J. (2017). The Stateless Nature of the Web. In: Java EE Web Application Primer. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4842-3195-1_13

Download citation

Publish with us

Policies and ethics