Forum Moderators: coopster
The problem is that each time session_start() is called in the include file it creates a new session ID instead of using the same one.
Does anyone know why this happens and if there's a way to force PHP to re-use the same session ID?
Thanks.