fix: Remember session creation (#33082)

This commit is contained in:
Ankush Menat 2025-06-25 11:15:57 +05:30 committed by GitHub
parent 36d9779e3f
commit bdab7e30f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -266,6 +266,7 @@ class Session:
self.data.data.update(
{
"last_updated": frappe.utils.now(),
"creation": frappe.utils.now(),
"session_expiry": get_expiry_period(),
"full_name": self.full_name,
"user_type": self.user_type,