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.
1 Resposta
+ 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.