Tagged Questions

0
votes
1answer
18 views

SSRS2005 timeout error

Hi I've been running around circles the last 2 days, trying to figure a problem in our customers live environment. I figured I might as well post it here, since google gave me ver …
1
vote
1answer
85 views

How do I warn the user that their web session is about to time out?

I've checked around for a solution but I don't seem to get any directed to asp.net mvc. Basically I'm looking for a solution where a user is notified a minute before the session ex …
0
votes
2answers
70 views

Session Time Out never in asp.net mvc

I want my asp.net mvc(C#) application to be with the session without expire. The Session should be active forever the user opens the application. Whats the best way to do it?
0
votes
1answer
23 views

session expiration

if I am logged in on my application but if i choose closing browser without clicking on logout how will be I logged out from server automatically?
0
votes
2answers
45 views

What status code does ASP.Net (MVC) set when there is a session timeout?

Hi, We need to redirect the user to a session timed out page whenever the ASP.Net session times out. We fetch most of our content through AJAX calls and the user never navigates a …
2
votes
1answer
125 views

Error handling, Session expire strategy in ajax asp.net app

Does anybody have any strategy or ideas for overall handling of errors and session expiration in a big ajaxy application? In a traditional web application when everything was a po …
1
vote
3answers
159 views

CakePHP session/auth logging out intermittently

I'm having reports and complaints from my user that they will be using a screen and get kicked back to the login screen immediately on their next request. It doesn't happen all the …
4
votes
2answers
247 views

IIS Session Timeout vs ASP.NET Session Timeout

In IIS 6 (and other versions too afaik), there is a Session Timeout setting in Properties -> Home Directory Tab -> Configuration button -> Options tab. Looks like this: And in t …
0
votes
0answers
46 views

HELP! “The custom error module does not recognize this error.”

(Please consider this a courtesy more so than a question, but still, please add your advice!) If you hit "The custom error module does not recognize this error" in Outlook Web Acc …
0
votes
2answers
72 views

PHP sessions: What if I set the session expiry to 10 days?

I want the users of my application to stay logged in for very long periods of time. The problem is the the session expires on the server end, thus losing variables stored in the se …
1
vote
1answer
142 views

PHP PEAR Auth session timeout

This issue has been driving me insane. On two separate projects (both of which use PEAR as libraries but are written on completely different custom frameworks) I am using PEAR Auth …
0
votes
2answers
110 views

Get ASP.NET Session Last Access Time (or Time-to-Timeout)

I'm trying to determine how much time is left in a given ASP.NET session until it times out. If there is no readily available time-to-timeout value, I could also calculate it from …
5
votes
3answers
408 views

Session timeouts in PHP: best practices

What is the actual difference between session.gc_maxlifetime and session_cache_expire() ? Suppose I want the users session to be invalid after 15 minutes of non-activity (and not …
0
votes
2answers
165 views

Session expires after file download

When a user downloads a file from my ASP.NET application, the session expires a few seconds after they download the file. Before the session expires that can perform any task, but …
3
votes
3answers
222 views

session should never expire by itself

I m using login function in my site with session. This session of mine gets expired after few minutes irrespective of that user has logged out or not. Now what i want is that the …

1 2 3 next
15 30 50 per page