Java搭建WebSocket的两种方式 (4)

            HttpSession session = servletRequest.getServletRequest().getSession(false);//获取session时,如果没有则返回null

            if (session != null) {

                String userName = (String) session.getAttribute("SESSION_USERNAME");//在登录时保存的用户名

                if (userName != null) {

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zwxjzf.html