WebSession.Cookies.Count
From Real Software Documentation
Method
| This method is only available for Web applications. |
WebSession.Cookies.Count ( ) As Integer
Returns (as an Integer) the number of unexpired cookies for the current session.
See Also
WebSession.Cookies.NameAtIndex, WebSession.Cookies.Remove, WebSession.Cookies.Set, WebSession.Cookies.Value
