Click here to Skip to main content
15,891,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a website
in asp.net
in which i have done
session timeout of 20 minutes.
in web.config file.

In one of the page i am using frame to show some data.
But my problem is that when the session times out.
iframes is getting loaded with the default.aspx page
what i set in the web config.

How can I make this particular page
un affected by session time out
or how can i avoid the frame to load the Default
page.

Please assist,any idea .help needed
Thanks.
Posted
Updated 7-Mar-13 0:36am
v2
Comments
ZurdoDev 7-Mar-13 7:03am    
Can you just increase your session timeout?
Karwa_Vivek 7-Mar-13 7:07am    
The problem is that the page in which frame is set
thats not getting timeout
but the src page of frame is getting time out.
ZurdoDev 7-Mar-13 7:08am    
Is the iframe page in your site, or some other site?
Karwa_Vivek 7-Mar-13 7:13am    
same site ,not any external site
ZurdoDev 7-Mar-13 7:16am    
So, then why is the iframe timing out but not the main page?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900