Clean up existing handlers a bit.
[shibboleth/sp.git] / shibsp / handler / SessionInitiator.h
index bd0ae6b..ab19446 100644 (file)
@@ -86,6 +86,9 @@ namespace shibsp {
 
     /** SessionInitiator that uses HTML form submission from the user. */
     #define FORM_SESSION_INITIATOR "Form"
+
+    /** SessionInitiator that reads the CDC. */
+    #define COOKIE_SESSION_INITIATOR "Cookie"
 };
 
 #endif /* __shibsp_initiator_h__ */