session-management Questions
4
Solved
I am new in MVC. I am creating new WebApplication in MVC4 Razor. I want to maintain User Login session for all pages. Can any one Explain me how to maintain session for all views in MVC with small ...
Cesura asked 4/10, 2013 at 12:24
0
I'm using FlutterSession to store phone number/email (based on user's choice) as a method of logging into the app. The session works fine in case of email but when I store and retrieve phone number...
Comical asked 22/2, 2021 at 6:55
1
I've worked with Java EE (now Jakarta EE) since before it was named "EE" (i.e. servlets, etc.) but the last time I was deeply into session management was over 15 years ago. Now we have new technolo...
Knobkerrie asked 17/10, 2018 at 17:54
1
Solved
I have query that should run on session end. If there is record that is tied to user account then I would like to remove that record. I use session scope to store users ID's. Once user manually log...
Quarterhour asked 27/8, 2018 at 20:3
5
Solved
I've got a php application and I'm saving the session variables for the user using $_SESSION itself. Is there any particular advantage of storing it in a database?
I'm looking for a reliable / wel...
Ostrich asked 25/5, 2011 at 9:26
1
Solved
As per the new requirement i have created custom UsernamePasswordAuthenticationFilter to capture additional parameters from the login page. As expected my config was working fine. I'm able to retri...
Andel asked 8/6, 2017 at 10:14
1
I have some applications with Spring Boot, Spring Security, Spring Sessions and Spring Redis.
One of my applications (I will call it "Permissions") is responsible for providing a login service to ...
Lycaonia asked 19/9, 2016 at 21:33
3
In my project I am using ehcache to store loggged in user details and some other information (which app will use this at runtime instead of fetching from db). The following is my ehcache configurat...
Boote asked 9/10, 2011 at 3:57
1
Important: I do not mean ending the session associated with the current request. I mean, given some identifier, is it possible to clear out that session?
I'd like to implement Single Sign Out. As ...
Macleod asked 12/7, 2013 at 16:39
6
Solved
I have faced this question in my Interview as well. I do have many confusion with Session Scope & it management in java.
In web.xml we do have the entry :
<session-config>
<session-...
Leroy asked 18/6, 2010 at 5:28
2
I have implemented a login-logout system with Spring Security 3.0.2, everything is fine but for this one thing: after I added a session-management tag with invalid-session-url attribute, on logout ...
Personification asked 8/4, 2010 at 15:6
2
Solved
Is there any equivalent module for session management like Perl's CGI::Session or Apache::Session ? (I know most python web frameworks have their own implementations, but I am looking for a stand a...
Illiteracy asked 29/12, 2012 at 2:32
9
Solved
I'm putting up a site using Wordpress and I'd like to piggyback on its sessions. But I'm not finding any plugins, or even documentation. Any suggestions or references before I start hacking it?
No...
Flamenco asked 17/9, 2009 at 20:45
3
Solved
In my Rails app, I have a login page. After that person logs in, what is the best way for my app to continue tracking the person that has logged in. For example, if the user moves to different page...
Pamulapan asked 8/3, 2009 at 10:31
1
Solved
I looking for some information about the difference of the different session types available in Magento.
There's a core session, a customer session and a checkout session. But I'm not quite sure ...
Ascension asked 21/3, 2012 at 11:44
1
Solved
I am building a system, where each request from a client side spawns multiple threads on server side. Each thread then is using one or more DAOs (some DAOs can be used by more than one thread at th...
Crosstree asked 4/1, 2012 at 7:47
1
Solved
What is the usage of Session.Merge method in NHibernate?
When can we use of this method?
Aecium asked 18/6, 2011 at 15:2
2
Solved
I have a windows service application that work with multithread. I use NHibernate in data access layer of this application.
What is your suggestion for session management in this application. I re...
Rattoon asked 15/6, 2011 at 6:5
1
Solved
I am building an RESTful application. I plan to use OpenID for user authentication. Currently, I am using LightOpenID for OpenID authentication and I am able to authenticate my users.
My question...
Whittling asked 1/2, 2011 at 6:3
2
Solved
I don't too much about gwt session on java. I've some doubts about it. Anyone can check if the implementation below is the way it needs to be done.
public class ServiceImpl extends RemoteServiceSe...
Goblet asked 15/12, 2010 at 18:41
2
Solved
I have an app that communicates with a server that uses HTTP Digest authentication.
It seems to me that the 'session' management within the iPhone is pretty "black box" to us developers. Is it tru...
Mitinger asked 8/9, 2009 at 10:10
3
Solved
tipfy for Google App Engine: Is it stable? Can auth/session components of tipfy be used with webapp?
I am building a web application on Google App Engine that requires users to register with the application and subsequently authenticate with it and maintain sessions. I don't want to force users to...
Garrulous asked 1/5, 2010 at 18:55
2
Solved
I need to write a servlet that, when called, gets information about a list of the currently opened sessions.
Is there a way to do this?
Hanukkah asked 21/1, 2010 at 23:4
1
Solved
In an ASP.NET web app, using Integrated Windows Authentication, is the session tied to the windows identity?
In other words, if I login (using IWA) to the app, and the app stores some "stuff" in my...
Dolhenty asked 17/11, 2009 at 0:40
2
Solved
We just got our first major Perl CGI assignment in my CS class. Our task is to create an mp3 sharing site that allows users to create accounts, log in, share mp3's. Statistics must be shown of curr...
Dincolo asked 24/10, 2009 at 19:20
1 Next >
© 2022 - 2024 — McMap. All rights reserved.