Setting HTTPONLY for Classic Asp Session Cookie

后端 未结 7 1606
闹比i
闹比i 2020-12-08 10:06

Does anyone know exactly how to set HTTPONLY on classic ASP session cookies?

This is the final thing that\'s been flagged in a vulnerability scan and needs fixing AS

7条回答
  •  一向
    一向 (楼主)
    2020-12-08 10:22

    Microsoft includes an example using an ISAPI filter to all outbound cookies: http://msdn.microsoft.com/en-us/library/ms972826

    or URL rewriting could be used http://forums.iis.net/p/1168473/1946312.aspx

    
            
                
                    
                    
                    
                    
                
                
                    
                        
                        
                    
                
            
        
    

提交回复
热议问题