View Single Post
  #1 (permalink)  
Old 02-08-2007, 09:32
pepys pepys is offline
new member
 
Join Date: Aug 2007
Posts: 1
Default $_SESSION problem

Hello, this is my first message here..

So, i use in my web website hosting a $_SESSION['user_id'] variable, I start the session with session_start(), but after i write in my .php script $_SESSION['user_id'] = "bubu", in nothing added there, my $_SESSION['user_id'] is blank.. Why? Can anybody tell me what problem can I have?

Thanks a lot!
Reply With Quote