View Single Post
Old 09-14-2011, 06:40 AM   PM User | #10
BluePanther
Senior Coder

 
Join Date: Jul 2011
Posts: 1,226
Thanks: 3
Thanked 171 Times in 171 Posts
BluePanther is on a distinguished road
Quote:
Originally Posted by capypara View Post
if those scripts are just a small part of yr complete code (that relates to this problem) then the problem may lie somewhere else. otherwise as what other posters have said, you are not passing any value into your Session[username] at all.
The problem is definitely what's above. You can see that there is no assignment to the session variables, and no session_start() at the top of his page.

But, it's logical to assume that there could be errors in other files as well - just nothing that will relate to this immediate problem.
BluePanther is offline   Reply With Quote