This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$continue_url = 'http://mydomain.com/somedir/somepage.html' // ログアウト後に戻ってくる画面のURL | |
header('Location: https://www.google.com/accounts/Logout?continue=https://appengine.google.com/_ah/logout?continue=' . $continue_url); | |
?> |
ログアウト後の戻り先のURLをgetパラメータcontinueに与えるのをお忘れなく。
0 件のコメント:
コメントを投稿