Hello Chris, Why do you want to create a session when you will not use it? HTTPSession is a construct to suppport management of state in the stateless HTTP environment. If a process spans multiple requests session is a useful or even required concept.
You can prevent creation of HTTPSession on with JSP settings. Regards, Heinz On Apr 7, 2005 9:11 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > This is Offtopic. How can I force that the user gets a new session each time > he's visiting my entry page. > > We have the problem, that many people are working at the same station. So It > happens, that they enter > the page and continue with the session from the user before. A workaround is > to close the browser window > but the users don't like this solution. > > I guess this problem happens to others aswell... but I have found a solution > in the web yet... any hints? > > Thanks, Chris

