Node level data page data share across the session

Hi All,

Consider I have a node level data page and user1 has accessed it. now will it load data page across all the noded (web, bg), Or it will load it to the only node that the user1 belongs too?

Hi @Nagarjuna Reddy Mandati

Okay .. means if there are three users in 3 different nodes… Then if user 1 hits, it will load it across all the users belonging to User 1 Node only..

@Nagarjuna Reddy Mandati,

Node level data page will load once per node. In your scenario, it will just load the node level data page in the node which the user1 has logged in. If user2 logs into same node as user1 and acess the data page now, it will not load again as it is already first accessed by user1.