Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use spring-session-data-redis to solve session sharing

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

This article will explain in detail how to use spring-session-data-redis to solve session sharing, the content of the article is of high quality, so the editor will share it for you as a reference. I hope you will have a certain understanding of the relevant knowledge after reading this article.

Use spring-session-data-redis to solve session sharing without introducing other jar

The integration is simple and quick to get started.

1 Project structure

Admin and web can be treated as two identical projects, just copy the code again, change the port, and simulate the cluster effect.

2pom3 configuration

Note that here

@ EnableRedisHttpSession is used to declare the use of session-redis

4properties configuration

The port of the web project is 8881 and the port of the dint admin is 8882. Other ports remain the same.

5 Test

1. Write a test controller

Start two projects respectively and visit http://localhost:8881/demo/index first

Visit http://localhost:8881/demo/session again

Open a new browser tab and visit http://localhost:8882/demo/session

You can see that the sessionId and session content obtained by the two requests are the same, and the session is shared.

On how to use spring-session-data-redis to solve session sharing is shared here, I hope the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report