|
|
|
@ -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() {
|
|
|
|
|