Top "Session-management" questions

Use tag when there are questions specific to session management in any domain (web, mobile, etc)

Session Management in MVC

I am new in MVC. I am creating new WebApplication in MVC4 Razor. I want to maintain User Login session …

c# .net asp.net-mvc asp.net-mvc-4 session-management
Wordpress session management

I'm putting up a site using Wordpress and I'd like to piggyback on its sessions. But I'm not finding any …

wordpress session-management
What is session management in Java?

I have faced this question in my Interview as well. I do have many confusion with Session Scope & it …

java jsp session servlets session-management
Spring Security: Redirect to invalid-session-url instead of logout-success-url on successful logout

I have implemented a login-logout system with Spring Security 3.0.2, everything is fine but for this one thing: after I added …

spring spring-security logout session-management
encodeURL() example?

Can anyone direct me to a simple example (of code) showing the use of response.encodeURL()? All of my seaches (…

url-rewriting session-cookies session-management
What is the best NHibernate session management approach for using in a multithread windows service application?

I have a windows service application that work with multithread. I use NHibernate in data access layer of this application. …

c# nhibernate windows-services session-management unhaddins
Storing user session variables in file vs in database

I've got a php application and I'm saving the session variables for the user using $_SESSION itself. Is there any …

php database session session-management
Spring + Hibernate session management across multiple threads

I am building a system, where each request from a client side spawns multiple threads on server side. Each thread …

multithreading hibernate spring session session-management
GWT session management

I don't too much about gwt session on java. I've some doubts about it. Anyone can check if the implementation …

java session gwt servlets session-management
Session Management in Spring Security

I'm new to Spring Security. I have a requirement to do a URL based authentication wherein a user needs to …

spring-mvc spring-security session-management