You can also invalidate the session whenever they hit your entry page.  HttpSesson.invalidate();

On Apr 7, 2005 4:48 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Actually, I do use the session for my backing beans scope session




Heinz Drews <[EMAIL PROTECTED]>

07.04.2005 10:31
Bitte antworten an "MyFaces Discussion"

       
        An:        MyFaces Discussion <myfaces-user@incubator.apache.org>
        Kopie:        
        Thema:        Re: [OF] how to force a new session




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



--
-Heath Borders-Wing
[EMAIL PROTECTED]

Reply via email to