
February 21st, 2004, 04:21 AM
|
|
Registered User
|
|
Join Date: Jan 2004
Posts: 8
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
is it possible to handle sessions when displaying the page using ActiveXObject
Hi,
is it possible to handle sessions when displaying the page using ActiveXObject("Microsoft.XMLHTTP");
i am displaying the jsp page using microsoft active x component , i want to persist some values in hashmap and i am putting the hashmap in session like <jsp:useBean id="hashmap" class="java.util.HashMap" scope="session"/> but when page again loads using active x component i am not able to retrieve values properly
|