You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified all of my SDK modules are up-to-date (you can perform a bulk update with go get -u github.com/aws/aws-sdk-go-v2/...)
Describe the bug
Usually, we decide when to set cookie expire. So, we are passing expire time in cookie policy statement. But, it's not updating in cookie when generated.
Regression Issue
Select this option if this issue appears to be a regression.
Expected Behavior
It should be set expire what we pass in policy statement or cookie options.
Acknowledgements
go get -u github.com/aws/aws-sdk-go-v2/...
)Describe the bug
Usually, we decide when to set cookie expire. So, we are passing expire time in cookie policy statement. But, it's not updating in cookie when generated.
Regression Issue
Expected Behavior
It should be set expire what we pass in policy statement or cookie options.
Current Behavior
At this moment, it's giving default time.
Reproduction Steps
Here, we are passing date less than for expiry. But, it's not set expiry time in cookie.
Possible Solution
May be we can pass expire in cookie option or pick from policy statement while generating cookie.
Additional Information/Context
No response
AWS Go SDK V2 Module Versions Used
Compiler and Version used
1.23.1
Operating System and version
Mac
The text was updated successfully, but these errors were encountered: