I had several situations where an anonymous poster could not find his content again (due to search or due to renamed question), and posted the question once again. So we have a duplicate :(
This is why I would like to list all his questions on top. Like:
"You posted: • x • y • z"
How would you implement that?
I'd try to:
1. qa_cookie_get() → cookieID
2. go into the DB and search all questions that belong to the cookieID
But is this save? Will it be handled correctly?