Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using idle timeout jquery plugin for session timeout. plugin is extending session for aspx pages but not extending for iframes. Does anyboday has idea about this?
Thanks in advance...
Posted
Updated 28-Feb-12 9:35am
v2
Comments
ZurdoDev 28-Feb-12 15:06pm    
I have not used that plug-in but my guess is whatever pages you are loading in your iFrames, the plug-in is not getting loaded in them.
Rachana Patel 28-Feb-12 16:06pm    
It's loading perfectly because when put iframe idle state it is giving alert you want to extend your session when I click on Yes still it's going to logOff page.
I am not able to find anything why it's not working.
Sergey Alexandrovich Kryukov 28-Feb-12 16:56pm    
Do you understand that the content of iFrame behaves exactly as a separate Web page? In a way, it has nothing to do with the page hosting iFrame element. I suspect, this is a real cause of your problem.
--SA
Rachana Patel 1-Mar-12 14:36pm    
Yes You are right, I found exact problem because I am writing jquery plugin in Master page so when i call my iframe there are two instance pages are open that's why jquery plugin not working, now i need to figure out how to solve this problem...

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