XML and sessions

Soldato
Joined
18 Oct 2002
Posts
4,925
Location
Yorkshire
Got a problem i've been trying to work out for a while but running into walls trying to work it out.

i'm using Classic ASP for this one. I'm calling a C# compoent which retrives some XML from a web service. i'm then storing this XML into a Session variable.

The problem i'm getting is that when I store the XML into the session it seems to be causing session problems in that the session is killed. Would there be any reason why some XML stored ina session would have thos effect ?
 
Back
Top Bottom