transformRead
fun List<SessionTransportTransformer>.transformRead(cookieValue: String?): String?
Content copied to clipboard
Un-applies a list of session transformations to a cookieValue representing a transformed session string. If any of the unapplication of transformations fail returning a null, this function also returns null.
Return
A string representing the original session contents.