How to maintain same session in clustering environment in cq..
While accessing a link through web server, sling request going to one server(lets say server1) but the service call through ajax(which is defined in jsp of server1) going to another server(server2). Due to this it is taking time to update data at a time in all servers. By making ajax call to server1 itself hope we can overcome this issue. Could anyone please suggest me a way to maintain the same session so that both the calls with same server.
Thanks in advance.
Regards,
Sreenu