示例#1
0
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
$getRequestOBJ->setParameter("advcd", $advCd);
if ($mbUa != "NonMobile" or $isSmartPhone) {
    $sessId = $sesName . "=" . ComSession::getId();
}
// SESSIONへの格納
if (!$userSessOBJ->affiliate_value or $affiliateParam["advcd"]) {
    $userSessOBJ->unsetAll();
    $userSessOBJ->affiliate_value = $getRequestOBJ->makeGetTagExcept($exceptArray);
    // ポータルから性別、生年月日があれば、リダイレクトしてパラメータを隠す
    if ($affiliateParam["s"] or $affiliateParam["b"]) {
        if ($isURIMobile) {
            header("Location: " . $_config["define"]["SITE_URL_MOBILE"] . ($mbUa == "Docomo" ? "?guid=ON" . ($sessId ? "&" . $sessId : "") : ($sessId ? "?" . $sessId : "")));
            exit;
        } else {
            header("Location: " . $_config["define"]["SITE_URL"]);
            exit;
        }
    }