epiphany icon indicating copy to clipboard operation
epiphany copied to clipboard

Memcached improvements

Open cr1st1an opened this issue 11 years ago • 0 comments

  • Changed !empty to isset where 0 is valid
  • Added expiration parameter on Session
  • Changed "empty($key) ? $_COOKIE[EpiSession::COOKIE] : $key;" because $key is not defined in scope
  • Added private variables on scope for easier reading

cr1st1an avatar Mar 04 '13 04:03 cr1st1an