D
Dag Sunde
I'm trying to call an ASP script with the XMLHttp object in
Client-side Javascript (which goes well).
My problem is that the server gives me an error when I try
to set a Session variable in the called asp-script:
"Type Mismatch: Session".
I guess it is because it is the XMLHttp object that is now the
client (from the servers point ov view), and that object does
not share the session with the client-browser containing the
script.
Is there any way to convince the server that a request from
the XMLHttp object belongs to the same session as the page
that contains it?
Or another way to set session variables with XmlHttp that can
later be read by other pages?
Client-side Javascript (which goes well).
My problem is that the server gives me an error when I try
to set a Session variable in the called asp-script:
"Type Mismatch: Session".
I guess it is because it is the XMLHttp object that is now the
client (from the servers point ov view), and that object does
not share the session with the client-browser containing the
script.
Is there any way to convince the server that a request from
the XMLHttp object belongs to the same session as the page
that contains it?
Or another way to set session variables with XmlHttp that can
later be read by other pages?