Hi,
I'm using Apache, PHP4 and MySQL for win98 and I'm having trouble with sessions not being created. Is this a known thing on windows, or am I just doing something wrong.
My code is simple:
session_start();
session_register($username);
session_register($password);
Any help?,
Cheers,
Jord