I have a project hosted in amazon, and it supports multiple languages. However, when i remove the locale from the url address, it fails to remember the language. However the same on local machine works fine. I guess it has some thing to do with multiple machines on amazon. I use Struts 2 framework. Can you help me with this?
            Asked
            
        
        
            Active
            
        
            Viewed 58 times
        
    0
            
            
        - 
                    Current language is stored in the session. So probably you have problems with session. – Aleksandr M Sep 26 '14 at 10:20
 - 
                    http://stackoverflow.com/a/19546961/1654265 , http://stackoverflow.com/a/14256814/1654265 – Andrea Ligios Sep 26 '14 at 10:36