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

com.zoi7.component.web.constants.SessionConstants Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package com.zoi7.component.web.constants;

/**
 * @author yjy
 * 2018-06-27 12:46
 */
public interface SessionConstants {

    String SESSION_USER = "session_user";
    String SESSION_ADMIN_USER = "session_admin_user";

    String MOBILE_CODE = "session_mobile_code";
    String MOBILE_CODE_EXPIRED = "session_mobile_expired";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy