24eeb4d Fix cookie with Max-Age processing

2 files Authored by stlaz 7 years ago, Committed by jcholast 7 years ago,
    Fix cookie with Max-Age processing
    
    When cookie has Max-Age set it tries to get expiration by adding
    to a timestamp. Without this patch the timestamp would be set to
    None and thus the addition of timestamp + max_age fails
    
    https://pagure.io/freeipa/issue/6718
    
    Reviewed-By: Simo Sorce <ssorce@redhat.com>
    
        
file modified
+8 -4
file modified
+4 -1