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
This is a little annoying: If I'm logged out, the popup tour always starts. Always. Every note. Every page. Every time.
There should be a session cookie which counts up to three and then no longer displays the popup tour. It should be written so that if the counter is not there, set it to 1. if the counter exists and is in 1..3, then display popup tour and increment. This way if someone's cookies are disabled, counter is not present and popup tour does not begin at all.
The text was updated successfully, but these errors were encountered:
This is a little annoying: If I'm logged out, the popup tour always starts. Always. Every note. Every page. Every time.
There should be a session cookie which counts up to three and then no longer displays the popup tour. It should be written so that if the counter is not there, set it to 1. if the counter exists and is in 1..3, then display popup tour and increment. This way if someone's cookies are disabled, counter is not present and popup tour does not begin at all.
The text was updated successfully, but these errors were encountered: