Search found 2 matches

by matuse
Wed Nov 14, 2007 10:27 pm
Forum: General discussions
Topic: Login problem with ver 2.0
Replies: 28
Views: 49515

Maybe....

It seems to me that maybe

Code: Select all

sessionstart()
is getting called somewhere that it's not supposed to be. Or that your scripts don't recognize that the session already exists when created from autostart and it tries to re-create the session id.

Just my $0.02

Matt
by matuse
Wed Nov 14, 2007 7:17 pm
Forum: General discussions
Topic: Login problem with ver 2.0
Replies: 28
Views: 49515

Me too

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 ...