In https:// page the PHP Session not working in IE7 and IE8
        Posted  
        
            by PHP-Prabhu
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by PHP-Prabhu
        
        
        
        Published on 2010-05-12T05:21:21Z
        Indexed on 
            2010/05/12
            5:24 UTC
        
        
        Read the original article
        Hit count: 282
        
can any one please reply why the php session is not properly working on IE7 and IE8 when the web page is navigated to https secured pags?
i have properly used the statement at the begining of my php page
ob_start(); session_start();
© Stack Overflow or respective owner