Plumtree Tags API  
 

ITagState.GetPersistentSubSession Method 

Returns the persistent subsession that can be used to store data on the HTTP Session for use across multiple login/logout cycles.

This SubSession is not cleared of its data on user logout, so be sure not to cache anything on this session that could be considered a security risk if it was leaked to another user.

Most developers should use the normal subsession (GetSubSession()) for HTTP Session data storage, and the Get/SetVariable methods instead.

ISessionManager GetPersistentSubSession();

Return Value

ISessionManager The persistent subsession that can be used to store data on the HTTP Session across multiple login/logout cycles.

See Also

ITagState Interface | com.plumtree.portaluiinfrastructure.tags Namespace