I am building a stat tracking system using asp(vbscript). I declare my session variables in the global.asa and set their default using the Session On_Start… The user enters and the session variables are given values. The user then enters a record and the session variables become blank. Why? Is there anything I can do to correct this?