And last but not least (getting off topic, I know, I am sorry Jon).
I have this page where, if a user visits it, the visit get's logged into the database.
However, when the user refreshes the page, I don't want it to get logged.
So I am looking for a way to detect a refresh.
I thought I had a nice method here: http://www.codeproject.com/aspnet/Detecting_Refresh.asp?df=100&forumid=176652&exp=0&select=1359535
But it doesn't seem to work (I guess because a module doesn't inherit System.Web.UI.Page....
I've also seen that there are javascript kind-of solutions for this.
Does anyone have an idea how to do this?