Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Call to a member function resetAuthTimeout() on null() when deleting member #4809

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
robinsowell opened this issue May 1, 2025 · 1 comment
Labels
Bug: Unconfirmed Bug report that is not yet confirmed and/or is not reproducible.

Comments

@robinsowell
Copy link
Contributor

This is hard to reproduce and I am putting it in as a bug in part for us to keep track of whether anyone else can trigger it. My user triggered it once and now can't- which I don't find surprising.

They were deleting a member in the cp and got this error. Which I see now way it should trigger the error. I don't think it's resetting the authtimeout on the user getting deleting- I think it's only the person getting deleted. So session should... be there.

I can't logic it out and I can't reproduce. But I suspect in certain limited circumstances this may be an actual bug. So either someone else will logic it out or we'll get some more reports and need to dig deeper or just put a check on the function to make sure it's not dealing with null.

@robinsowell robinsowell added the Bug: Unconfirmed Bug report that is not yet confirmed and/or is not reproducible. label May 1, 2025
@intoeetive
Copy link
Contributor

resetAuthTimeout is the method of Session class. So this kind of error means that the session was deleted. Which is ... weird. Were they used MFA? Any specific session - related configs, something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug: Unconfirmed Bug report that is not yet confirmed and/or is not reproducible.
Projects
None yet
Development

No branches or pull requests

2 participants