how i can print all the values stored in session ?
Asked by naeembhatti in Active Server Pages (ASP), Programming Languages, Web Languages/Standards
Tags: asp, firefox, ie, http://192.168.0.50/cart/checkout.asp--Microsoft VBScript runtime error '800a000d' Type mismatch /cart/cart.asp, line 10
i want to print all the key and value stored in session contents FOR i = 1 TO Session.Contents.Count a = Session.Contents.Key(i) response.Write ( session(a) & "--<br />" ) NEXT but it is not working Start Free Trial
Keywords: how i can print all the values stored in …
At Experts Exchange, members can ask their questions to thousands of technology professionals,
also known as Experts. Experts compete and collaborate to answer those questions by leaving
comments like this one.
Often, when Experts are collaborating with members who have asked questions, they will request
additional information about the problem. Askers respond with an author comment like this one.
View this solution now by starting your
7-day free trial.
Setting up your free trial is quick, easy, and secure. We will return you to this solution,
unlocked, when you're done.
About this solution
Zones: Active Server Pages (ASP), Programming Languages, Web Languages/Standards
Often, when Experts are collaborating with members who have asked questions, they will request
additional information about the problem. Askers respond with an author comment like this one.