dropping the setcookie() call from common_ensure_session() since we're pretty sure it's unnecessary
This commit is contained in:
		@@ -178,7 +178,6 @@ function common_ensure_session()
 | 
			
		||||
	}
 | 
			
		||||
	if (isset($id)) {
 | 
			
		||||
	    session_id($id);
 | 
			
		||||
	    setcookie(session_name(), $id, 0, common_config('site', 'path') . '/');
 | 
			
		||||
	}
 | 
			
		||||
        @session_start();
 | 
			
		||||
        if (!isset($_SESSION['started'])) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user