weblogic 10.3.7 にデプロイされたアプリにJSF2.1.7 があり、 server にデフォルトの state_ Saving_method があります。
私たちのセキュリティは、以下のテストを正常に実行できます..
Session 1
1) Access the login page
2) Post the login request with successful login.
3) record the login form values along with ViewStateId.
Session 2
1) Access the login page
2) Post the login request with form values including view state id from session 1.
3) successful login (but expected view expired as it is different session).
Viewstate id は 1 つのセッション内でのみ使用できますが、サーバー状態の保存方法が正しくないことが証明されています。
しかし、それはサーバーのセッション ID に対して保存されたビューステートではありませんか? 、私たちの設定に欠けているものはありますか?
ありがとう