$wsession = session_id(); returns the same id on multiple logins

Hi Friends,

$wsession = session_id();
sc_alert($wsession);

returns the same id on multiple logins, I want a different id on each project login.

I test the session_id variable in production server (Win2003 server + ZendServer CE + Apache + Mysql) and always display the same id

I think that this is the reazon that sc_change_connection do the change to all sessions loged

Why ?

How to correct this ? (any .ini change ?)

please help me !!

Aquiles

Hi… im having the same experience. any update on this?