Open Ajit-satapathy opened 3 months ago
Thank you for reaching out. We have created a internal product backlog AUTOTOOL-4447 for this item, in order for us to prioritize please reach out to us at automation_toolchain_pm@f5.com
AUTOTOOL-4447 and AUTOTOOL-4465. Duplicates of each other. Fix coming this sprint AS3/DO 42-3
Environment
While creating cookie persistence profile, The expiration field gets to reset if we are using it for 86400seconds or 1 day. But if we are using ttl less than or more than 86400, It is getting appropriate values. It seems the duration property in as3 is also not working for expiration field. Ex- If we use ttl as 3600 seconds, we could see the expiration field as 1 hour. If we use ttl as 86425 seconds, we could see the expiration field as 25 seconds.
Steps To Reproduce
{ "default-cookie": { "class": "Persist", "persistenceMethod": "cookie", "ttl": 86400 } }
Expected Behavior
The expiration time should be 1:0:0:0
Actual Behavior
Session Cookie gets enabled