WebSession.Cookies.Value

From Real Software Documentation

Jump to: navigation, search
Method

WebSession.Cookies.Value ( Name As String ) As String

Returns (as a String) the value for the cookie that matches the name passed.

Example

// in a button on a webpage
MsgBox(Session.Cookies.Value("test"))

See Also

WebSession.Cookies.Count, WebSession.Cookies.NameAtIndex, WebSession.Cookies.Remove, WebSession.Cookies.Set

Personal tools