Session getting expired in windows usercontrol embedded in ASPX page

  • Thread starter Thread starter Bharath
  • Start date Start date
B

Bharath

Hi All,
I'm embedding a windows user control in aspx page and showing the user
control in the IE, the problem that I'm facing is that the user session
of the parent application is getting expired even if I'm working on the
usercontrol window.How to handle this situation and how can I keep the
main application's session alive.
Thanks in advance.

Bharath
 
I am not sure how you could. The usercontrol is running on the client, there
are no requests to the server at this point. You could have javascript make
behind the scenes calls to the server at some interval, maybe.
 
Back
Top