cookie add after response.sendRedirect()
843841Jan 22 2006 — edited Jan 23 2006I'm using a filter to try and add cookies after a user logs in. The filter (SecurityFilter) is calling response.sendRedirect() before I get a chance to add my cookie.
Is this causing my problem?