View Single Post
Re: PHP Session Issue
Old
  (#2)
Ancient
PodBot MM's Laziest Waypointer
 
Ancient's Avatar
 
Status: Offline
Posts: 1,010
Join Date: Jan 2005
Location: Nebraska, United States of America
Default Re: PHP Session Issue - 17-07-2008

I have currently commented everything but the following in log_in.php

PHP Code:
<?php
session_start
();
header("Cache-Control: Private");
print_r(headers_list());
?>
It shows up as: http://www.CFEGames.com/log_in.php
I'm starting to think, maybe it is a server thing or a folder property. I don't know if it will seem professional if I have to create a new file and call it signin.php or something like that. But whatever works, I guess I'll try it.

Zend analyzed the login.php and did find any errors, however when I use the zend browser, the errors poped up.


[Web Designer][Waypointer][Gamer]
CFE Games Administrator
[CFE]Games.com
[Never Trust the Untrusted]
  
Reply With Quote