session-timeout Questions

4

Solved

I have found some similar questions but none gave me what I really need. Here is the thing, I have added this to my web.config to handle user session expiration: <sessionState mode="InProc" ti...
Reynalda asked 19/9, 2012 at 20:21

2

Solved

I am using javascript setInterval() to check user idle time and show a popup alert before automatic logout. But it does not work for multiple tabs (working fine for single tab) Following is my cod...
Courcy asked 18/11, 2014 at 11:45

2

Solved

The idea is to set different values of Session Timeout for different User Roles in ASP.NET MVC 5 and ASP.NET Identity. Is it possible to do?

1

Solved

Ref: http://msdn.microsoft.com/en-us/library/vstudio/ms178581(v=vs.100).aspx?cs-save-lang=1&cs-lang=vb#code-snippet-1 A session is considered active as long as requests continue to be made ...
Gossipry asked 7/10, 2014 at 1:5

7

I'm using Spring Security and jQuery in my application. Main page uses loading content dynamically into tabs via AJAX. And all is OK, however sometimes I've got the login page inside my tab and if ...

3

Solved

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 the ASP.NET web.co...
Collop asked 9/10, 2009 at 15:29

1

I am using Vaadin 7.1.7 and I can't figure out how to set session-timeout parameter (to, say, 1min). As far as I can tell, Vaadin 7.x.x does not produce web.xml, it uses @VaadinServletConfigurati...
Targum asked 12/11, 2013 at 1:44

1

Solved

We have a SAML2 IDP configured with session inactivity time-out as 30 min. After the Single Sign on the user is successfully logged on into the SP. Now the SP is also configured for SAML Single Log...
Symptomatic asked 26/7, 2014 at 2:34

4

Solved

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 15 after it was f...
Wien asked 6/8, 2009 at 0:9

1

Solved

I have a multi-page Django signup process in which a user goes through the following steps: Create an account (username, password) Create a profile Upload a photo Review and approve/change profil...
Interval asked 3/4, 2014 at 15:53

2

I'm struggling to accomplish the following: Alter the user's session cookie expiry date based on the user's type. I have a CakePHP web application wherein I have created my authentication componen...
Degas asked 15/2, 2012 at 11:55

10

Solved

I'm looking for a tutorial, blog entry, or some help on the technique behind websites that automatically push users (ie without a postback) when the session expires. Any help is appreciated
Furze asked 27/1, 2009 at 19:56

1

Solved

I'm baffled. Each of our employees must sign in to our server which begins their ASP session. All the research I've done shows that we should be able to change how long this session lasts using ses...
Jobless asked 13/11, 2013 at 14:19

3

Solved

I have a site with a session timeout of 15 minutes. On some pages a user occasionally spends longer than 15 minutes filling in a reply. What is the best solution to keep alive the session in this c...
Expanse asked 7/10, 2010 at 0:10

4

Solved

I have a control that i've written that has a javascript component and a web service component. The problem i'm having is that the javascript is set to do: setInterval(this._checkAlertsHandler, th...

2

Solved

I am using Apache Shiro in my webapp. I store some parameters in the session notably the primary key of an object stored in the database. When the user logs in, I load the object from the databa...
Arsenal asked 9/7, 2013 at 19:42

3

Solved

I have a rails 4 app where I am using devise for authentication and it works perfectly. My only problem is that it loses the session of a user after I deploy it on the server and the users have to ...
Placido asked 6/6, 2013 at 15:18

2

Solved

My first question in stackoverflow. Thanks in advance! I am so confused about the PHP session mechanism. I have understand the session.gc_maxlifetime by PHP - ini_set('session.gc_maxlifetime', 5) ...
Mansard asked 1/4, 2011 at 9:57

2

Solved

When calling a function from ajax. Program flow does not recognized the expired session i.e not redirect to the login page. Instead of that, it saves the record. I am working in c# .net mvc. So how...
Mouflon asked 3/10, 2012 at 7:38

1

Solved

I am trying to get the JSF web front-end to redirect to back to the login page (in Spring Security) when the session times-out. I have tried using a meta-refresh approach, however this causes an u...
Putscher asked 31/5, 2013 at 13:6

1

I'm seeing some odd and frustrating behavior with ZF2 sessions and timeouts. Here's the code I use to set up the session: $sessionConfig = new \Zend\Session\Config\StandardConfig(); $sessionCon...
Schizo asked 15/5, 2013 at 14:23

3

Solved

I am working with session[:hash_name] in ruby on rails to keep session information such as username and stuff. I am trying to find a way to expire this session without the user having to log out. ...
Lympho asked 8/11, 2012 at 3:30

3

Solved

I have configured my Web.Config file as follow in a ASP.NET MVC 2 project: <sessionState mode="InProc" timeout="1"/> And added the following in Global.asax.cs: protected void Session_En...
Christogram asked 3/3, 2010 at 16:54

4

We are running a vendor-supplied webapp in Tomcat 5.5 using the StandardManager for sessions (in memory). As sessions can get quite large (20M+), running out of heap space is a serious concern. Use...
Pedlar asked 29/7, 2009 at 0:43

1

Solved

I need to create a countdown on the servlet´s session to fire events when X minutes to expire... So, there is a way to know how many seconds is remaining to finish the session?
Biometry asked 20/3, 2013 at 21:3

© 2022 - 2024 — McMap. All rights reserved.