public interface WGAHttpSession
WGAHttpSessionManager
APIModifier and Type | Method and Description |
---|---|
javax.servlet.http.HttpSession |
getJavaSession()
Returns the corresponding Java EE object
|
void |
invalidate()
Invalidate the session so it cannot be used anymore
|
void |
touch()
Touches the session so its idle time counter is resetted
|