O
ocean
The scenario:
I have a web application(asp.net);
This web application need an ACTIVEX control to perform some advanced
communication work;
The activex control run at out of web application process.(customer's
computer).
Now the question is,how the control login to the
server?The web application check the user login status through session
state. My
idead as follow:
1.The control gets sessionID through IHTMLDocument2 interface(a COM
interface) on the client side;
2.Send this value to server;(i plan to run a process on the server
side to receive this value);
3.the process read the session associated with this sessionID and check
if this session logined.then reply the control.
Now i can get the sessionID.but don't know how to get the session by
sessionID on server side.
thanks advance.
I have a web application(asp.net);
This web application need an ACTIVEX control to perform some advanced
communication work;
The activex control run at out of web application process.(customer's
computer).
Now the question is,how the control login to the
server?The web application check the user login status through session
state. My
idead as follow:
1.The control gets sessionID through IHTMLDocument2 interface(a COM
interface) on the client side;
2.Send this value to server;(i plan to run a process on the server
side to receive this value);
3.the process read the session associated with this sessionID and check
if this session logined.then reply the control.
Now i can get the sessionID.but don't know how to get the session by
sessionID on server side.
thanks advance.