Sessions and iframes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Say that I add an iframe to my asp.net page. Does the user interacting with
this iframe (say the iframe points to www.microsoft.com and the user is
clicking on links at microsoft.com through the ifram), does this keep the
session alive?
 
No, because those requests are going to microsoft.com, not your server. So
your server has no idea the user is still doing something.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top