コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
13831 ビュー

Hi,

I want to have a button to trigger a session logout? Is this possible?


Thanks.

アバター
破棄
最善の回答

you can trigger logout by going to the following web link (either using ordinary link or button or whatever you like, you can even type it in address bar when you're logged in and follow the link):

/web/session/logout

here you can use redirect argument in order to specify where user should be redirected after logout:

/web/session/logout?redirect=/web

here is ordinary html link example:

<a href="/web/session/logout?redirect=/web">Logout</a>

you can use similar approach in button as well... there is multiple possibilities to implement this, adapt it per your requirements.


アバター
破棄

Yes. It working fine. Great ......,

最善の回答

You can also trigger logout in controllers with the method:

request.session.logout()

アバター
破棄
関連投稿 返信 ビュー 活動
1
5月 25
1052
0
2月 22
3074
2
1月 22
3227
2
1月 22
4326
1
10月 15
12398