i dont know of a way to read the cookie's expiration date - but in case you set the cookie for yourself you could workaround it by setting the expiration date even as key-value-pair in the cookie or even another cookie when the cookie is created - so that you can read it back later on.
Comment