Hi - This is more of an FYI than anything
I'm interacting with an API that is sending "expires=0" value as part of the
only cookie of their response.
Changing #expiresTimeStamp to
(self expires isNil or:[self expires size<28] ) ifTrue:[ ^ DateAndTime now + 1
day ].
^ ZnUtils parseHttpDate: self expires
fixes my issue but maybe there's a better way to handle cookie parsing errors
Paul
