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 StringgetPath()StringgetSessionId()voidsetPath(String path)voidsetSessionId(String sessionId)StringtoString()
-