Hi!
use phpinfo() and check the session.* settings.
Maybe the informations is forced to be stored in cookies and your browser do not accept cookies, something like that.
Check that first and come back with the results.
You can also do a < pre>print_r($_SESSION);< /pre> to have a dump of this variable and see the content....
Regarding your phpinfoI(), does the session.save_path is a valid one? Does your webserver has write access to this directory?
Hope this helps.
vIceBerg