wwSession::GetField


Retrieves a value from a field in the session table. This method mainly exists for your own custom fields that you might add to the session table for performance or query purposes. Since fields can be queried directly via SQL commands and VPF data commands they perform much better than Session variables.

I suggest that for frequently used fields that require statistical queries later on you add a field instead of using a session var.

o.GetField(lcFieldName)

Return Value

Value of the field.

Parameters

lcFieldName
Name of the field to retrieve the value from

Example

lcValue = loSession.GetField("Hits")

See also:

Class wwSession

© West Wind Technologies, 1996-2024 • Updated: 09/05/99
Comment or report problem with topic