F5Networks / f5-appsvcs-extension

F5 BIG-IP Application Services 3 Extension
Apache License 2.0
166 stars 54 forks source link

Bug in expiration field while creating cookie persistence profile in as3 #856

Open Ajit-satapathy opened 3 months ago

Ajit-satapathy commented 3 months ago

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 Cookie

sunitharonan commented 2 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

mdditt2000 commented 2 months ago

AUTOTOOL-4447 and AUTOTOOL-4465. Duplicates of each other. Fix coming this sprint AS3/DO 42-3