Within the Paw App, I consider the Cookie Jar as a template for common session scenarios. Set up "n" number of sessions, set their domain and name, and save for future use. The session values need to be updated, no way around that.
However, when creating a Cookie Jar, how do you set the expiry date? The date seems to be auto-filled for a few hours in the future (mind you the date seems to be wrong anyway - see screenshot, noting the year 4001 and the day being 2 days prior to present).
Ideally I would like to set it to say "+2 weeks" - because the alternative it completely clearing out the Cookie Jar every few hours to create new dates, which means re-creating the name, domain and value attributes everytime.
EDIT: Ignore the year 4001, it appears to update after saving and moving away from the modal. The original question stands about updating expiry dates
EDIT EDIT: The 4001 is still appearing
EDIT EDIT EDIT