Client side sessions

后端 未结 6 1621
灰色年华
灰色年华 2020-12-17 00:32

I want the clients of several related web apps to hold their own authentication state. This improves scalability, because no session replication between cluster nodes is nee

6条回答
  •  無奈伤痛
    2020-12-17 01:09

    I disagree with the posters saying this approach is not secure. Variants of it are used in a number of well respected frameworks, such as Rails and Play!, for precisely the reasons you outline, and it's perfectly secure when implemented correctly.

提交回复
热议问题