Hello,
My application use stardard MVC pattern with jsp and servlets. I like to redirect to login page when the user clicks a link after session expire. Same application is used for many countries, so i give a country code with the login url. So simple redirecting to login page is not possible. How can i redirect to my web application root? It looks like this... www.mysite.com/LoginServlet?country='EUF'
Please help.
Thanks...