양쪽 사이트에 로그아웃 하기
유아원님의 "양쪽 사이트에 로그인하기" 팁을 이용하실 경우
양쪽 사이트에 로그아웃 하는 방법입니다.
bbs/logout.php 파일을 아래 처럼 수정하시면 됩니다.
<?
include_once("./_common.php");
// 이호경님 제안 코드
session_unset(); // 모든 세션변수를 언레지스터 시켜줌
session_destroy(); // 세션해제함
// 자동로그인 해제 --------------------------------
set_cookie("ck_mb_id", "", 0);
set_cookie("ck_auto", "", 0);
// 자동로그인 해제 end --------------------------------
if ($url) {
$link = $url;
} else if ($bo_table) {
$link = "$g4[bbs_path]/board.php?bo_table=$bo_table";
} else {
$link = $g4[path];
}
//goto_url($link);
// 다른 사이트 로그아웃 경로
$logout_url = "http://도메인/bbs/logout.php";
?>
<iframe width=0 height=0 src="<?=$logout_url?>"></iframe>
<script type="text/javascript">
window.onload = function() {
location.href = "<?=$link?>";
}
</script>
양쪽 사이트에 로그아웃 하는 방법입니다.
bbs/logout.php 파일을 아래 처럼 수정하시면 됩니다.
<?
include_once("./_common.php");
// 이호경님 제안 코드
session_unset(); // 모든 세션변수를 언레지스터 시켜줌
session_destroy(); // 세션해제함
// 자동로그인 해제 --------------------------------
set_cookie("ck_mb_id", "", 0);
set_cookie("ck_auto", "", 0);
// 자동로그인 해제 end --------------------------------
if ($url) {
$link = $url;
} else if ($bo_table) {
$link = "$g4[bbs_path]/board.php?bo_table=$bo_table";
} else {
$link = $g4[path];
}
//goto_url($link);
// 다른 사이트 로그아웃 경로
$logout_url = "http://도메인/bbs/logout.php";
?>
<iframe width=0 height=0 src="<?=$logout_url?>"></iframe>
<script type="text/javascript">
window.onload = function() {
location.href = "<?=$link?>";
}
</script>
댓글 2개
17년 전
도움주셔서 감사합니다.
좋은 하루 되세요..
좋은 하루 되세요..
13년 전
사이트 2개 1
게시판 목록
그누4 팁자료실
그누보드4와 관련된 팁을 여러분들과 함께 공유하세요.
나누면 즐거움이 커집니다.
나누면 즐거움이 커집니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 3309 | 3년 전 | 1805 | ||
| 3308 | 11년 전 | 2093 | ||
| 3307 |
uPAmJ903
|
6년 전 | 4752 | |
| 3306 |
바른사나이
|
6년 전 | 3274 | |
| 3305 | 6년 전 | 12312 | ||
| 3304 | 7년 전 | 3705 | ||
| 3303 | 7년 전 | 3745 | ||
| 3302 |
지리산초보
|
7년 전 | 13597 | |
| 3301 |
sozet
|
8년 전 | 4905 | |
| 3300 |
sozet
|
8년 전 | 5974 | |
| 3299 |
sozet
|
8년 전 | 10863 | |
| 3298 | 8년 전 | 4017 | ||
| 3297 |
또치하우스
|
8년 전 | 4444 | |
| 3296 | 8년 전 | 11972 | ||
| 3295 |
또치하우스
|
8년 전 | 14988 | |
| 3294 | 8년 전 | 6028 | ||
| 3293 | 8년 전 | 5593 | ||
| 3292 |
|
9년 전 | 5320 | |
| 3291 | 9년 전 | 13683 | ||
| 3290 | 9년 전 | 5055 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기