is there any way to check all active server side session ,
If you’re comfortable with Python, you can query the session table
For v5,
bench console
frappe.get_list("Session")
does it work on system console?
is there any way to check all active server side session ,
If you’re comfortable with Python, you can query the session table
For v5,
bench console
frappe.get_list("Session")
does it work on system console?