-
public class SessionIdManager
suo
-
-
Method Summary
Modifier and Type Method Description static SessionIdManager
getInstance()
void
registerSession(int type)
String
getSessionId(int type)
void
unRegisterSession(int type)
-
-
Method Detail
-
getInstance
static SessionIdManager getInstance()
-
registerSession
void registerSession(int type)
-
getSessionId
String getSessionId(int type)
-
unRegisterSession
void unRegisterSession(int type)
-
-
-
-