I
Igor Kramaric
Hi all,
here is my story:
WHAT I HAVE
I'v got a web aplication (many aspx and html pages), some of this (html)
pages host .Net windows controls (derived from
System.Windows.Forms.UserControl) inside HTML page. These controls are web
service clients on same web server, in the same web application. Webservice
is session enabled. It resides inside of the same application with my web
pages (aspx).
WHAT IS THE PROBLEM
For some reason first time control is accesing the web service new session
is created, although I was already browsing with my IE through my
application, having already one session created. It seems that control
hosted in IE can not share this session, or that is somehow not aware of it.
WHAT I WOULD LIKE
I would simply like to share the same session no matter if i'm browsing my
aspx,html pages or i'm accesing webservice from my IE hosted control.
Any advice?
Thanks,
Igor Kramaric
here is my story:
WHAT I HAVE
I'v got a web aplication (many aspx and html pages), some of this (html)
pages host .Net windows controls (derived from
System.Windows.Forms.UserControl) inside HTML page. These controls are web
service clients on same web server, in the same web application. Webservice
is session enabled. It resides inside of the same application with my web
pages (aspx).
WHAT IS THE PROBLEM
For some reason first time control is accesing the web service new session
is created, although I was already browsing with my IE through my
application, having already one session created. It seems that control
hosted in IE can not share this session, or that is somehow not aware of it.
WHAT I WOULD LIKE
I would simply like to share the same session no matter if i'm browsing my
aspx,html pages or i'm accesing webservice from my IE hosted control.
Any advice?
Thanks,
Igor Kramaric