Caches that store session data.
Questions tagged [session-cache]
23 questions
1
vote
1 answer
How to do HTTP Session Replication between apache karaf containers?
Does anybody know of a way to do http session replication between web apps running in distributed apache karaf OSGi containers?
In this post, http://karaf.922171.n3.nabble.com/Pax-web-failover-LoadBalancing-td4029552.html, Jean-Baptiste Onofré…

Steve L
- 783
- 3
- 8
- 15
1
vote
3 answers
NHibernate Caching Objects Based on Parent Class's ID
I have the following definitions for the Animal and Dog types. Note that the ID for the object is the AnimalID:
…

Kevin Albrecht
- 6,974
- 7
- 44
- 56
0
votes
2 answers
Share sessions data between different apps using httpSessionCache and HazelCast in OpenLiberty
Usings the OpenLiberty sessionCache-1.0 feature with HazelCast enables you to easily persist and share session data in a HazelCast in-memory cluster as explained here: https://openliberty.io/guides/sessions.html.
However in this setup session data…

Jan Snelders
- 203
- 2
- 5
0
votes
0 answers
How to upload a photo from a Rails cache hash?
I'm quite new with Rails and I'm trying to implement a multistep form in my app for creating a new instance of my User model (devise gem).
I use wicked gem and I've chosen a cache persistence and an ID/Key-in-Session as strategies to handle it.
For…

raphael-allard
- 205
- 2
- 9
0
votes
0 answers
RDS MySQL once procedure has an error it repeats until a new session is started even with valid values
I've finally put my finger on an intermittent error we receive when processing data. The error shows when we execute a stored procedure & reports "Column A cannot be null" but when we track down the record and run the procedure manually it works…

BilliD
- 577
- 2
- 7
- 17
0
votes
1 answer
django docker container cannot access redis container when using redis as session backend
I am trying to deploy staging enviroment that mimics my django+postgresql(AWS RDS)+redis(AWS Elasticache).
I use the latest django-redis(4.10) to set up django with redis. My settings are as follows:
CACHES = {
"default": {
"BACKEND":…

Bossam
- 744
- 2
- 9
- 24
0
votes
1 answer
How can session cache service data be stored externally?
Cross-posting as advised from DeveloperWorks: https://developer.ibm.com/answers/questions/212469/can-an-application-hosted-outside-bluemix-access-s.html
I am exploring a scenario wherein I have an existing Java application hosted on-premises outside…

Girish Bhat
- 147
- 1
- 2
- 7
0
votes
1 answer
ASP.NET MVC Web application, hosted with GoDaddy acting crazy with authentication
I have this website that I developed. It is acting weird. I logged onto it and now it seems that I can't logout of it. It has session which I don't know how it can still maintain after logging out and also in different browsers and even in…
user900360