Hello! I need to send a simple query to forum page with my own value to implement some extra functionality. Query string is something like
http://sitename.com/forums/f123/t12345/thread_name?parameter=value
After I send this query (no matter is it typed in address field of browser or passed through html anchor tag), I am not able to vote for the posts in this thread, it shows me an alert message "you can not vote for the same post more than once", even if I have not voted there at all.
I don't handle this parameter in code behind at all, so the cause seems to be not in my code. This occurs even if I pass any randomize parameter and value, so it is not tied to specific parameter-value pair too.
What can I do?