beetlsql3-dev
Mlxa0324 2 years ago
parent e16f5f1111
commit e39b51991f

@ -28,7 +28,7 @@ public final class CacheUserUtil {
public static Student getStudent() {
checkSession();
return (Student)getRequest().getAttribute(T_STUDENT);
return (Student)getRequest().getSession().getAttribute(T_STUDENT);
}
public static void checkSession() {

Loading…
Cancel
Save