I need some implementation like they do in websites like Khanacademy or Edx-- when you log back in, they tell you, "You were currently in this section, continue from here?"
The only way I can think of doing this is having a column in database and have a form for each and every section (like lesson 1, lesson 2, lesson 3) and whenever the user clicks in the section, the form gets submitted and it updates the column in the database to remember. Will this approach work or there's a better way of doing this?