Recently, I constructed a website based on Sakai Open Source Project:
Everything works fine except for the following problem:
I have pointed multiple domain to my server IP. Example: domain1.com, www.domain1.com, domain2.com, www.domain2.com. All point to my server.
When I login with domain1.com and then open www.domain1.com or domain2.com, It asks for login again. Although all the domains point to the same webapps. What am i doing wrong here and how can i solve this?
You need to enable sticky sessions on your server. This is answered here: sticky session with apache web server and tomcat servers