Common Question?

hi,

if i use http_session_id in http.bro and my_script.bro
i define
global http_session_id = 0 ;
in both the scripts.
It says "already defined".

If i remove from one place it says "Not defined"

Can i get around this prob ? I thought global would make the variable visible to all the scripts.

thanks