Advertisement
kavallo

Prevenir que la session expire

Aug 6th, 2018
1,306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 0.35 KB | None | 0 0
  1. <asp:ScriptManager ID="ScriptManager1" runat="server"/>
  2. </asp:ScriptManager>
  3.  
  4. <asp:UpdatePanel ID="UpdatePanel1" runat="server">
  5. <ContentTemplate>
  6. <asp:Timer ID="Timer1" runat="server" Interval="600000"/>
  7. </ContentTemplate>
  8. </asp:UpdatePanel>
  9.  
  10.  
  11.  
  12. http://csharpdotnetfreak.blogspot.com/2012/07/avoid-prevent-session-timeout-in-aspnet-keep-alive.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement