Oh, my apologies. I thought the discussion revolved around preventing
the same person from having multiple sessions.

If you want to just prevent multiple views, you need to integrate
Spring WebFlow.

Paul

On Sun, Nov 30, 2008 at 4:45 PM, Dave Newton <[EMAIL PROTECTED]> wrote:
> --- On Sun, 11/30/08, Paul Benedict wrote:
>> I've seen this kind of solution before. When a user logs
>> in, you need to write them into a database -- either in
>> memory or disk -- and then do not allow the same user to
>> log in again until the previous session expires. You want
>> to use a session listener for this to detect expired sessions.
>
> I'm not sure that solves the problem of multiple session "views" in browsers 
> that make new tabs/windows as non-new connections/sessions, though--I think 
> those have to be handled with a sort of token mechanism.
>
> Dave
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to