From e28ee949ede7f8f8f05a5be3c5b6807f9f57d83d Mon Sep 17 00:00:00 2001
From: Mads Freek Petersen <freek@wayf.dk>
Date: Tue, 22 Sep 2009 09:59:13 +0000
Subject: [PATCH] Fixed clean method - set the dirty flag.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1769 44740490-163a-0410-bde0-09ae8108e29a
---
 lib/SimpleSAML/Session.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/SimpleSAML/Session.php b/lib/SimpleSAML/Session.php
index 5d8c19af0..cc06defe9 100644
--- a/lib/SimpleSAML/Session.php
+++ b/lib/SimpleSAML/Session.php
@@ -551,6 +551,7 @@ class SimpleSAML_Session {
 		$this->nameid = null;
 	
 		$this->sp_at_idpsessions = array();	
+		$this->dirty = TRUE;
 	}
 	 
 	/**
-- 
GitLab