sc_change_connection make the change in server scope not in sesion scope

Hi Friends,

I’am test the sc_change_connection macro, and all work perfectly, BUT the change affect to all opened logins, I want to change ONLY in the session that change the connection.

I’am using global variables [old_conexion] and [new_conexion] and these global variables have the scope checked to SESSION but nothing…
the change is made in the server side to all the project sesions

How to implement this ?

Thanks,
Aquiles

Nobody can answer and help me?

I test using session_start() … nothing

the problem is : sc_change_connection(old, new) make the change in all the project instances running in the server, maybe only in the current instance

Aquiles