Plumtree Tags API  
 

Scope.SESSION Field

Session Scope

This data on this scope is cleared when a user logs out and logs in again.

If the browser session times out, a new browser is opened, or the HTTP session is abandoned, this information will not be maintained.

Duration: The session login (not over session timeouts or session abandonment).
Visibility: All tags for this user / HTTP Session (unless a user is logged in multiple times with different HTTP Sessions).
public static readonly Scope SESSION;

See Also

Scope Class | com.plumtree.portaluiinfrastructure.tags Namespace