Class DBC.LoginCustomerFields
Fields for LoginCustomer, This table contains entries for customer sessions. At first only used for Soap logins, but will later also be used for web logins
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.LoginCustomerFields
Fields
CreatedAt
LoginCustomer.CreatedAt: When the entry was created
Declaration
public const string CreatedAt = "created_at"
Field Value
| Type | Description |
|---|---|
| string |
CustomerId
LoginCustomer.CustomerId: The id of the customer this entry references.
Declaration
public const string CustomerId = "customer_id"
Field Value
| Type | Description |
|---|---|
| string |
ErrorMessage
LoginCustomer.ErrorMessage: Stores the last error message recorded on this session
Declaration
public const string ErrorMessage = "error_message"
Field Value
| Type | Description |
|---|---|
| string |
Expire
LoginCustomer.Expire: The last time this session was active.
Declaration
public const string Expire = "expire"
Field Value
| Type | Description |
|---|---|
| string |
LoginCustomerId
LoginCustomer.LoginCustomerId: The primary key (auto-incremented)
Declaration
public const string LoginCustomerId = "id"
Field Value
| Type | Description |
|---|---|
| string |
LoginOrigin
LoginCustomer.LoginOrigin: 1=soap call, 2=customer pages
Declaration
public const string LoginOrigin = "origin"
Field Value
| Type | Description |
|---|---|
| string |
RemoteAddr
LoginCustomer.RemoteAddr: For future use: The IP address of the client for this session.
Declaration
public const string RemoteAddr = "remote_addr"
Field Value
| Type | Description |
|---|---|
| string |
RemoteHost
LoginCustomer.RemoteHost: For future use: The hostname (depending on whether reverse lookup is enabled in httpd) or IP address of the client for this session.
Declaration
public const string RemoteHost = "remote_host"
Field Value
| Type | Description |
|---|---|
| string |
SecondsToLive
LoginCustomer.SecondsToLive: The session key will expire after a given number of seconds.
Declaration
public const string SecondsToLive = "seconds_to_live"
Field Value
| Type | Description |
|---|---|
| string |
SessionKey
LoginCustomer.SessionKey: A random 32 characters value used as authentication key for the session.
Declaration
public const string SessionKey = "session_key"
Field Value
| Type | Description |
|---|---|
| string |