U
U
Urukhayy2017-08-28 14:08:00
Web development
Urukhayy, 2017-08-28 14:08:00

Can LocalStorage be used for 15 minutes of data storage?

Given: There is a web application whose atomic operation must alternately navigate through different pages. On each page, the user enters some data. And, for example, on the first page, he entered his name. Then he needs to sequentially go through 10 pages to enter some more data. But the last page in the script will need the name he entered on the first page. Not to transfer to me from page to page in GET request its name? Can it be saved to LocalStorage on the first page, and retrieved on the last page?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Stalker_RED, 2017-08-28
@Urukhayy

Can.
Or session, whichever you prefer.

A
Andrey Andreev, 2017-08-28
@b0nn1e

IMHO it should resolve either on the server side or it should be one page with a bunch of hidden parts.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question