The COOKIE table contains values that are sent from the client browser. The TABLE
is read-only. Use SACOOKIE to add or
change the values of HTTP cookies.
Side Note: In the past there has been some concern about cookies and security.
In fact, cookies are a completely secure mechanism for maintaining state information
during (or between) sessions on a web server. Cookies are only sent to the domain that
created them, and they are simply textual pieces of data that cannot be executed in any
manner. They are limitted to 1,000 characters and since they are passed with every page
request, it is a good idea to only use them to pass a small unique identifier.
SteelArrow stores a UserIdent cookie on all machines that accept it. This value can be
retrieved with COOKIE.UserIdent your unique user id is
2730267547735
|