'Session expiry changes every time

After creating a session, when I tried to get session the value of expiry date changes every time.

1st get request - "session_expiry": "2022-02-21T22:42:38.231938Z"

2nd get request - "session_expiry": "2022-02-21T22:53:00.524236Z"

3rd get request - "session_expiry": "2022-02-21T22:53:26.022811Z"

In all three cases values are of same session.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source