Session Methods |
The Session type exposes the following members.
Name | Description | |
---|---|---|
![]() | DynamicPage |
Creates a dynamic page with the specified name.
|
![]() | End |
End the session
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | NotifyAddingToCart |
Sends a notification to the eSales service, about a product being
added to the shopping cart by a user in the session.
|
![]() | NotifyClick |
Sends a notification to the eSales service, about a click being made by the user in a session.
|
![]() | NotifyFavoriteAddition |
Sends a notification to the eSales service, about a product being added to favorites.
|
![]() | NotifyFavoriteRemoval |
Sends a notification to the eSales service, about a product being removed from favorites.
|
![]() | NotifyNonEsalesAddingToCart |
Sends a notification to the eSales service, about a non-eSales product add to cart
being made by the user in a session. This method should only be used on non-eSales
rendered products where no ticket is available.
|
![]() | NotifyNonEsalesClick |
Sends a notification to the eSales service, about a non-eSales product click
being made by the user in a session. This method should only be used on non-eSales
rendered products where no ticket is available.
|
![]() | NotifyPayment(String) | Obsolete.
Sends a notification to the eSales service, about products being
paid by a user in the session.
|
![]() | NotifyPayment(String) | Obsolete.
Sends a notification to the eSales service, about products being
paid by a user in the session.
|
![]() | NotifyPayment(Order) |
Sends a notification to the eSales service, about products and
variants being paid by a user in the session.
|
![]() | NotifyPayment(SKUList) | Obsolete.
Sends a notification to the eSales service, about products and variants being
paid by a user in the session.
|
![]() | NotifyPayment(Double, SKUList) | Obsolete.
Sends a notification to the eSales service, about products and variants being
paid by a user in the session.
|
![]() | NotifyPayment(Double, String) | Obsolete.
Sends a notification to the eSales service, about products being
paid by a user in the session.
|
![]() | NotifyPayment(Double, String) | Obsolete.
Sends a notification to the eSales service, about products being
paid by a user in the session.
|
![]() | NotifyProperty |
Sends a notification to the eSales service, about a session property being set.
If the property name is market or customer_key, then the market or customer_key for this session object will be changed accordingly.
|
![]() | NotifyRating |
Sends a notification to the eSales service, about a product being rated.
|
![]() | Panel |
Returns a panel with the specified path.
|
![]() | Release |
Release this session. This implementation does nothing by default, override to change behaviour.
(Overrides LRUString, SessionRelease.) |
![]() | ToString | (Inherited from Object.) |