// Portlet User Settings Check // Created - MFC [2009-11-10] // Modified - GAC [2010-03-24] // PORTLET USER SETTINGS // Validate if the user has a CS userid if ( structKeyExists(session.user,"id") AND session.user.id GT 0 ) { //Add userID / profileID to session scope session.user.ptportlet.profileID = session.user.id; }