SessionTransportCookie
class SessionTransportCookie(name: String, configuration: CookieConfiguration, transformers: List<SessionTransportTransformer>) : SessionTransport
Content copied to clipboard
SessionTransport that adds a Set-Cookie header and reads Cookie header for the specified cookie name, and a specific cookie configuration after applying/un-applying the specified transforms defined by transformers.
Constructors
Link copied to clipboard
fun SessionTransportCookie(name: String, configuration: CookieConfiguration, transformers: List<SessionTransportTransformer>)
Content copied to clipboard
Functions
Link copied to clipboard
Clears session information from a specific call.
Link copied to clipboard
Gets session information from a call and returns a String if success or null if failed.