ASP.NET MVC multi-instance session management on amazon ec2
        Posted  
        
            by 
                gandil
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by gandil
        
        
        
        Published on 2011-06-12T19:19:13Z
        Indexed on 
            2011/06/22
            16:24 UTC
        
        
        Read the original article
        Hit count: 329
        
I have a web application written in asp.net mvc2. Currently hosted on amazon cloud ec2. Because of growing traffic we want move multi instance enviorenment. I have a custom session class which currently initiate at session start (global asax) and i am using via getter or setter class in application. Because of multi instance chore i have to handle hole security architecture. I am looking a better way to handle this problem.
I am looking for good implementation of session and how to apply on amazon ec2 multi instance environment. What is road blocks for system architecture?
© Server Fault or respective owner