Class SessionCookie
- java.lang.Object
-
- org.apache.synapse.endpoints.dispatch.SessionCookie
-
public class SessionCookie extends Object
Represents an HTTP Cookie used for Session
-
-
Constructor Summary
Constructors Constructor Description SessionCookie()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPath()
String
getSessionId()
void
setPath(String path)
void
setSessionId(String sessionId)
String
toString()
-