How can I save a range (based on user selection) and reload it the next time the user visit my page again?
Details: the user selects a portion of text and I highlight it with a span. Now I have to save the "coordinates" of the selected text, so the next time the user visits my page, I'll load the range coordinates from my db and highlight the text with a span.