it seems, this bug only appears in MS SQL.
I had this same issue on my site using MySQL on windows 2000. I Changed session.auto_start = 1 to session.auto_start = 0 and that seemed to fix things. I would like to have this feature enabled however, for other applications running on the same server ...