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.
SSO メカニズムを使用しています。ユーザーが sso ポータルからログアウトしたときに、dat ユーザーのすべてのアクティブなセッションを閉じたいですか?
Railsがこれをサポートしているとは思わない。ユーザー ID とセッション ID の関係を自分で記録する必要があるかもしれません。たとえば、モデル/テーブルを作成し、ログイン時に関係を保存します。