In a web application I have a filter in web.xml to filter Farsi words and convert it to UTF-8.
It works correctly, but when user submit a form and need to reLogin(time-out or Down/Up th server for Exp) the filter dosn't work and Farsi words damaged.
What is a problem and how can I correct it.