You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If user comes to main page, like http://nonojure.com/ (without sub pages) redirect him to last visited page. Example:
I came first time to the site http://nonojure.com
Puzzle browser is shown.
I choose puzzle with id aaabbbccc42
Puzzle shown with url http://nonojure.com/puzzle/aaabbbccc42
Solved half of the puzzle and closed page.
Opened page http://nonojure.com
Here I should be redirected to last visited page http://nonojure.com/puzzle/aaabbbccc42. If user opened not main page but with specific url then no redirect is needed.
Last visited page can be stored in browser local storage, no need to keep it on server I think.
The text was updated successfully, but these errors were encountered:
If user comes to main page, like
http://nonojure.com/
(without sub pages) redirect him to last visited page. Example:http://nonojure.com
http://nonojure.com/puzzle/aaabbbccc42
http://nonojure.com
Here I should be redirected to last visited page
http://nonojure.com/puzzle/aaabbbccc42
. If user opened not main page but with specific url then no redirect is needed.Last visited page can be stored in browser local storage, no need to keep it on server I think.
The text was updated successfully, but these errors were encountered: