No easy way in my opinion..what I did was to bring the session variables value
to the client using render blocks and in the onload event, use
(in IE 5.0) the xmlhttp object (in non IE, some kind of soap object) to call an aspx page that creates session variables.
SS
|