stokito / grails-cookie

Makes dealing with cookies easy. Provides an injectable service and tag to easily get, set, and delete cookies with one line
http://grails.org/plugin/cookie
16 stars 12 forks source link

Expired cookies #24

Open stokito opened 9 years ago

stokito commented 9 years ago

How do we manage expired cookies? Should they be found with findCookie() method

public function isCleared() {
  return $this->expire < time();
}