mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-10-31 18:47:33 +08:00 
			
		
		
		
	reset useCookie value (#20287)
* reset useCookie value see also https://github.com/yiisoft/yii2-docker/issues/174 * removed empty line
This commit is contained in:
		| @ -65,6 +65,7 @@ class SessionTest extends TestCase | ||||
|             $this->assertNotEquals($oldUseCookies, $newUseCookies); | ||||
|             $this->assertFalse($newUseCookies); | ||||
|         } | ||||
|         $session->setUseCookies($oldUseCookies); | ||||
|  | ||||
|         $oldGcProbability = $session->getGCProbability(); | ||||
|         $session->setGCProbability(100); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Tobias Munk
					Tobias Munk