redirect and getSession(true).isNew()
Peter Maas <[email protected]>
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <[email protected]> |
Hi, it seems that a redirect automatically creates a new session, how can this be avoided? say I have the following setup: login.jsp --> only thing it does is redirect to a servlet what do I have to do to let the servlet know this is, or can be a new session? gr, P