%@ page import="java.util.*" %>
<%@ page import="com.checkpoint.chkpcookie.*" %>
<%
String serverPrefix = "https://";
String serverHostName = request.getServerName();
String defaultPage = "/services/education/cpo/index.html";
String redirect = "";
String targetURL = "";
if (serverHostName == null) serverHostName = "";
redirect = request.getParameter("redirect");
if (redirect == null)
targetURL = serverPrefix + serverHostName + defaultPage;
else
targetURL = serverPrefix + serverHostName + redirect;
// Check for the Check Point Cookies
CHKPCookie chkpcookie = new CHKPCookie();
boolean authenticationCookieOK = false;
authenticationCookieOK = chkpcookie.readCHKPTokenCookie(request);
%>
Check Point Software: Certified Professional Only Resource Site
Certified Professional Only Resource Site
|
Please sign in with your User
Center account
|
| |
|
|
|
 |
|