Hello, this is my first message here..
So, i use in my web website 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!