Question about Database Backed Storage Service

Cantor, Scott cantor.2 at osu.edu
Fri Mar 14 09:46:31 EDT 2014


On 3/14/14, 12:38 AM, "Sharma, Dattathreya" <datta at ucla.edu> wrote:

>Isn't login context stored in the cookie? If the user authenticates and
>returns to a different node it should work just fine right?

The login context is the conversational state. The session cookie is the
long term state. Two different things.

>If the database is unavailable, will the back channel attribute query
>fail (if it goes to a different node) ?

I don't know if the database option even stores transient mappings in the
first place. If so, yes, but it has nothing to do with "different nodes".
The client stick has nothing to do with which server an SP will talk to.

>With this plugin, will there be any interruption to the service if I take
>a node offline? I understood that, at the most user may loose SSO session
>and have to sign-in again.

If you take a node down, no matter what solution is used except for
Terracotta, anybody in the middle of the request/response sequence or
sitting on the login page will get an error.

-- Scott




More information about the users mailing list