In https:// page the PHP Session not working only in IE7 and IE8
- by PHP-Prabhu
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();