Situation :
i have a object that contains all information of a user session, now i have a web page with 3 frames. I want to access all the variables of the object with each frames.
Is there a way? exept passing variables in the url?
Store the object as a session variable
Hum! what exactly is a session variable please?