ClarionPhoto.com
<%
Session["UserSessionActive"] = "true";
// get the product ID and set our session variable to be checked later
string pid = Request.QueryString["prodid"];
string newpid = "";
if (pid == "ssgal1")
newpid = "cpssgallery101";
else if (pid == "ssgal2")
newpid = "cpssgallery201";
Session["CPProdID"] = newpid;
%>