|
bool Cookie::match(const string& host, const string& dir, time_t date, bool secure) const
|
|
bool Cookie::match(const string& host, const string& dir, time_t date, bool secure) const
|
|
Util::startsWith(dir, this->path) &&
|
|
Util::startsWith(dir, this->path) &&
|