You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SbloodyS
changed the title
[Bug] [dolphinscheduler-api] LoginHandlerInterceptor.preHandle check session without expire time check
[Question] [dolphinscheduler-api] LoginHandlerInterceptor.preHandle check session without expire time check
Sep 19, 2024
Session expired time is 7200 seconds by default. It not a bug.
@SbloodyS But there is no check session expired logic in LoginHandlerInterceptor . I tried this on my local environment, logged into DS, and was still able to operate DS the next day.
SbloodyS
changed the title
[Question] [dolphinscheduler-api] LoginHandlerInterceptor.preHandle check session without expire time check
[Bug] [dolphinscheduler-api] LoginHandlerInterceptor.preHandle check session without expire time check
Sep 19, 2024
Search before asking
What happened
LoginHandlerInterceptor.preHandle
check session without expire time check.https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/interceptor/LoginHandlerInterceptor.java#L71-L77
What you expected to happen
LoginHandlerInterceptor.preHandle
should check session expire time.How to reproduce
Login
dolphinscheduler
and you can always access the web-ui.Anything else
No response
Version
dev
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: