Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more - View Single Post - PHP Session Issue
View Single Post
Old 01-06-2010, 06:58 PM   #2 (permalink)
vanguard
Junior Member
 
Join Date: Jan 2010
Posts: 4
Default Re: PHP Session Issue

what is the code inside db.php? I cant tell whats going on if i cant see all the code. If you are expecting $pilotid to come out of the user's session, you would be better off retrieving it as $_SESSION['pilotid'] as the method you currently use is relying on register_globals being enabled, which is a security risk.
vanguard is offline   Reply With Quote
Sponsored Links