How is a resume feature coded? ex: when user opens the account, he is prompted to the page where he left off. | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

How is a resume feature coded? ex: when user opens the account, he is prompted to the page where he left off.

Say, the system is a web-based English Com Skills Assessment system and each user gets prompted module that is dependent on his com skills classification.

17th Nov 2018, 10:54 AM
Edison S. Nuñez
Edison S. Nuñez - avatar
1 Antwort
+ 2
Or maybe you can use a cookies to save last vistied page, problem is when multiple user using same browser. You also can use database for that, but i hope its not too much stretch.
17th Nov 2018, 11:15 AM
Taste
Taste - avatar