You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had used this code as a sample but was having difficulties when using the second curl command. curl -v -H “SESSION: {set_cookie_header_from_first_curl}” localhost:8080/order-management/orders
The session does appear to be added to redis (Redis 4.0.9).
The only change from the code downloaded from here was changing the port of the microservice from 8081 to 8083.
Any help would be greatly appreciated, thank you.
The text was updated successfully, but these errors were encountered:
Firstly, great article, was very informative, thank you: https://medium.com/@odedia/spring-session-redis-part-i-overview-a5f6c7446c8b
Had used this code as a sample but was having difficulties when using the second curl command.
curl -v -H “SESSION: {set_cookie_header_from_first_curl}” localhost:8080/order-management/orders
The session does appear to be added to redis (Redis 4.0.9).
The only change from the code downloaded from here was changing the port of the microservice from 8081 to 8083.
Any help would be greatly appreciated, thank you.
The text was updated successfully, but these errors were encountered: