gpt4 book ai didi

java - 在 vaadin 框架中没有获取 sessin 值

转载 作者:行者123 更新时间:2023-11-30 02:09:42 26 4
gpt4 key购买 nike

在 vaadin 框架中没有获取 sessin 值下面使用:

private void setCurrentUsername(String username){
VaadinService.getCurrentRequest().getWrappedSession().setAttribute("LOGGED_IN_AS_USER",username);
userSubMenu.setText(username);
}

public static String getCurrentUsername() {
//log.info("User:::::::::::::::::" + (String) VaadinService.getCurrentRequest().getWrappedSession().getAttribute("LOGGED_IN_AS_USER"));
return (String) VaadinService.getCurrentRequest().getWrappedSession().getAttribute("LOGGED_IN_AS_USER");
}

当流转到其他类时获取值为 null

最佳答案

您可以尝试使用 VaadinSession.getCurrent().getSession() 来代替吗?

关于java - 在 vaadin 框架中没有获取 sessin 值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50447372/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com