- added a private property
$cookies_created_at
to store the timestamp when the cookies were created/updated. - added a getter method
get_cookies_created_at()
to return the timestamp when the cookies were created/updated. - this information can be useful to determine how old the cookies are.
- minor comments clean up.