19 lines
494 B
Plaintext
19 lines
494 B
Plaintext
<%@ language = "JavaScript" %>
|
|
<% /*
|
|
$Revision$
|
|
$Id$
|
|
File: cust/pchs/sso.asp
|
|
Description: Single Sign On script
|
|
Parameters:
|
|
Context:
|
|
Note:
|
|
*/ %>
|
|
<%
|
|
Session("customerId") = "PCHS";
|
|
ANONYMOUS_Allowed = 1;
|
|
%>
|
|
<!-- #include file="../../appl/Shared/common.inc" -->
|
|
<!-- #include file="../../appl/shared/login.inc" -->
|
|
<%
|
|
SecureSSO({ strSharedKey: "qOszNKMglENlvcMr", Timeout: 10}); //Sharedkey - Should be the same at customer side
|
|
%> |