Determines how session information is moved between the client and server
Member of WAM (PRIM_WAM)
Data Type - Enumeration
The SessionKeyMethod property specifies the manner in which SessionState information wil lbe transfered between the webroutine and the client.
Enum Value | Description |
---|---|
Cookie | Data is pased in a cookie |
HiddenField | Data is passed in a hidden field |
SecureCookie | Data is passed in a secure cookie |
URL | A parameter is added to the URL |
Febuary 18 V14SP2