Handling form security
        Posted  
        
            by Harun Baris Bulut
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Harun Baris Bulut
        
        
        
        Published on 2010-04-10T21:33:31Z
        Indexed on 
            2010/04/10
            21:43 UTC
        
        
        Read the original article
        Hit count: 490
        
So how do you maintain the form security about posting data to different page problem? For instance you have a member and he/she tries to change the personal settings and you redirected member to
www.domain.com/member/change/member_id
member changed the values and post the data to another page by changing the action with firebug or something else. For instance
www.domain.com/member/change/member_id_2
How do you handle this problem without using sessions?
© Stack Overflow or respective owner