Interface WebScriptSession
- All Known Implementing Classes:
WebScriptServletSession
public interface WebScriptSession
Web Script Session
-
Method Summary
-
Method Details
-
getId
String getId()Gets the id of the session- Returns:
- session id
-
getValue
Gets a value from the session- Parameters:
name- value name- Returns:
- value
-
setValue
Sets a value in the session- Parameters:
name- value namevalue- value
-
removeValue
Remove value from the session- Parameters:
name- value name
-