I have admin page, i edit there my site, which work with sql. after 3-4 min the admin page logout and ask me again to enter the username and password. how can i change the minutes at the timeout ?
I was modifying a WCF service to increase the timeout for a Silverlight client. Before modifying the timeouts I\'m seeing CommunicationObjectAborted exception (The HTTP request to [URL] was aborted).
I am making a WCF service and its WPF client. When I run the service from Visual Studio 2010 it publish the service to asp.net development server. My WPF client works fine with asp.net development ser
I\'m calling a webservice using RestEasy Client. One requirement is to abort/timeout the call if it runs for more that 5 seconds. How would I achieve this with RestEasy Client? I have only seen server
I\'m running SQL Server 2005 and using IIS for ASP scripts. I have a problem with sql that is when I run a sql query (exp : http://[host name] with localhost as [host name]) at first time (like when
I wanted to set a timeout when a client read. the routine supposed to throw an InterruptedIOException but instead it throws NoSuchElementException on System.out.println(\"echo: \" + _in.nextLine()); w
I have this javascript code: if (direction !== \"lef开发者_Go百科tnav\") { // DO THINGS }; setTimeout(function () {
I have a C# winforms application with the following relevant items: VS2010 SP1, .NET 3.5 Fluent NHibernate 1.0 (with NH 3.0, maybe this is part of the issue)
I\'ve to use a mechanism to track the last user logout (or when his session expired), can I do this? I\'ve read about this method session.getLastAccessedTime(); but I don\'t understand how it works.
I have a question because i don\'t understand this. I want to wait between showing the next tab with jquery and coded something like this: