First set of logout base classes and non-building draft of SP-initiated logout.
[shibboleth/sp.git] / shibsp / AbstractSPRequest.h
index 3dc1c68..aed5812 100644 (file)
@@ -53,7 +53,7 @@ namespace shibsp {
 
         const Application& getApplication() const;
         
-        Session* getSession(bool checkTimeout=true) const;
+        Session* getSession(bool checkTimeout=true, bool ignoreAddress=false, bool cache=true) const;
 
         const char* getRequestURL() const;