[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.caching

caching index page --> iframe with new sessions

I. Adler

1/18/2006 1:05:00 PM

hi

ich have an asp.net application.
on the index.aspx page are 2 iframes. these iframes contain a src to another
aspx page from my application.

the index page is cached from the iis, also the first requests, that arrive
to the application are the 2 from the iframes.
now, for each request it generates a new session with a new session-id. but
i only expect one session, because it is the same browser and the same
application.

can someone help me?

thx a lot
iwan