V
V
Vladislav Voznesensky2020-05-05 13:16:06
Django
Vladislav Voznesensky, 2020-05-05 13:16:06

Where to store data between booking stages?

Probably many have seen how the reservation of a seat on an airplane, a hotel room or some kind of event takes place. The booking process itself is divided into stages. Basically three steps:

  • the first page is data entry.
  • the second page - display of the first data and input of the second.
  • the third page - displaying all the data and a button to confirm the reservation.

The question is: where and how to store data between stages? Now I manipulate them from request to request, but this is incorrect and unsafe.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2020-05-05
@Wil_Ascension

In session.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question