Web Store Sessions

Note:

This topic describes how domain bridging works in your SuiteCommerce or SuiteCommerce Advanced (SCA) web store. The type of domain bridging you use (encrypted or not) depends on your web store setup and any customizations that might not work with encrypted domain bridging. SuiteCommerce and most SCA sites use encrypted domain bridging, but some SCA setups use domain bridging without encryption.

Note:

This topic applies to web store implementations that use separate shopping and checkout domains, not single-domain setups. For more information about domains and NetSuite, see Set Up Domains for Web Stores.

If your web store uses a separate, non-secure web store domain with a secure checkout domain, each one holds different information for the same session:

Both environments are deeply integrated into NetSuite and do not have access to state or session information from the other environment. To achieve a seamless customer experience between secure and non-secure domains, tokens and linkable attributes are passed between the two server environments through URL parameters and are stored as cookies to maintain the transferred state over time on each domain. This process is called domain bridging.

With encrypted domain bridging, the URL parameters are also encrypted.

Note:

NetSuite never sends usernames or passwords from a non-secure domain and always uses the secure domain for authentication.

Domain bridging doesn't transfer any information about the user's browser or computer. The data exchanged only relates to the user’s shopping state like user cart, used promotion codes, and chosen shipping information.

Session Management

A Commerce web store uses entities and roles to manage session information across domains.

Definitions:

Explicit Session Invalidation

Explicit session invalidation helps keep your site secure and applies to all SuiteCommerce, SCA, and Site Builder web stores.

If a user's credentials change during an active session (like their password or role), explicit session invalidation kicks in and ends the session.

The following examples describe explicit session invalidation scenarios:

Related Topics

General Notices