Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- Session being lost only sometimes in new host
rainborick - 6:51 pm on Apr 5, 2012 (gmt 0)
Check this line:
$property = $_REQUEST[property];
to see if it should be:
$_REQUEST['property'];
Thread source:: http://www.webmasterworld.com/php/4431521.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com