WebSession.Cookies.Value
From Real Software Documentation
Method
| This method is only available for Web applications. |
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"))
MsgBox(Session.Cookies.Value("test"))
See Also
WebSession.Cookies.Count, WebSession.Cookies.NameAtIndex, WebSession.Cookies.Remove, WebSession.Cookies.Set
