All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lframework.starter.session.utils.SessionUtil Maven / Gradle / Ivy

package com.lframework.starter.session.utils;

import com.lframework.starter.web.utils.RequestUtil;

import javax.servlet.http.HttpSession;

/**
 * Session工具类
 *
 * @author zmj
 */
public class SessionUtil {

    public static HttpSession getSession() {

        return RequestUtil.getRequest().getSession(false);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy