-
public class SessionIdManagersuo
-
-
Method Summary
Modifier and Type Method Description static SessionIdManagergetInstance()voidregisterSession(int type)StringgetSessionId(int type)voidunRegisterSession(int type)-
-
Method Detail
-
getInstance
static SessionIdManager getInstance()
-
registerSession
void registerSession(int type)
-
getSessionId
String getSessionId(int type)
-
unRegisterSession
void unRegisterSession(int type)
-
-
-
-