Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
application.confに設定application.session.secure=trueすると、セッションに何も保存できません。これがどのように機能するのか、誰か教えてもらえますか?
application.session.secure=true
session.secure=true(http経由ではなく)https経由でのみCookieを送信するようにクライアントに指示するだけです。
session.secure=true
そのプレイを忘れないでください!ステートレスフレームワークです。セッションには何も保持しないでください。物を保管する必要がある場合は、Cookieを使用してください。