String? GetString(String key) { String value = GetCookie(key).toString(); if (value.isEmpty) return null; return value; }