Package | Description |
---|---|
org.ballerinalang.net.http | |
org.ballerinalang.net.http.session |
Modifier and Type | Method and Description |
---|---|
static BMap<String,BValue> |
HttpUtil.createSessionStruct(Context context,
Session session) |
Modifier and Type | Class and Description |
---|---|
class |
HTTPSession
HTTPSession represents the Java session object.
|
Modifier and Type | Method and Description |
---|---|
Session |
SessionManager.createHTTPSession(String path) |
Session |
SessionManager.getHTTPSession(String sessionId) |
Session |
Session.setAccessed()
Update lastaccesed time and return Session.
|
Session |
HTTPSession.setAccessed() |
Session |
Session.setNew(boolean isNew)
Update session stage whether new or already used.
|
Session |
HTTPSession.setNew(boolean isNew) |
Modifier and Type | Method and Description |
---|---|
void |
SessionManager.invalidateSession(Session session)
Invalidate a session.
|
Copyright © 2019 WSO2. All rights reserved.