![]() |
![]() |
|
| Home I Company I Services I Documentation I Downloads I E-Support |
| home -> documentation -> environment guide -> Conserving state in stateless applications |
|
Remember that the HTTP protocol is stateless. This means that each request that a web browser do is processed independently by the web server, without any previous knowledge of the pages that were displayed before to it. Therefore is necessary that each request contains additional information that helps the system to rebuild the state of the user's web browser at the moment that the request was originated. Consider the next example: Suppose that you want to display a page with different offers depending of the user region. Previous | Next |