Besides the cookie name and the static cookieProps, it would be nice to be able to specify the cookie lifetime.
This turns the session persistent between browser restarts, which is what I want (I don't use the close browser to logoff routine). When/if the SLO becomes popular this will be needed or at least it should be tied to the session lifetime.
I was thinking of implementing this myself but you talked of implementing an API for the removal of the cookies when the session expires so now I'm weary of developing this against a moving target.
Besides the cookie name and the static cookieProps, it would be nice to be able to specify the cookie lifetime.
This turns the session persistent between browser restarts, which is what I want (I don't use the close browser to logoff routine). When/if the SLO becomes popular this will be needed or at least it should be tied to the session lifetime.
I was thinking of implementing this myself but you talked of implementing an API for the removal of the cookies when the session expires so now I'm weary of developing this against a moving target.