


We are currently facing an issue.
1. Presently the site (developed with AEM 6.0) hosted in a webfarm with sticky session configuration done in AWS load balancing.
2. The client wants to avoid sticky session. now we need to provide solution.
a. how can we host application in webfarm with non sticky sessions?
is there any way to configure AWS load balancing options and configuring AEM (6.0 or 6.1) to keep session on out proc (something like storing on DB)
thanks in advance. Plesase guide.
~SV
Views
Replies
Sign in to like this content
Total Likes
Hi,
it heavily depends on the case you use sticky session. I assume, that you want to store temporary data in the session, which cannot be stored in a cookie. From my point of view you have these options:
In any case you should revisit your design (and the reasons why use http sessions at all), because option 1) will improve your situation not that much, and 2) is a major design change in your deployment architecture.
kind regards,
Jörg
Views
Replies
Sign in to like this content
Total Likes
Hi,
it heavily depends on the case you use sticky session. I assume, that you want to store temporary data in the session, which cannot be stored in a cookie. From my point of view you have these options:
In any case you should revisit your design (and the reasons why use http sessions at all), because option 1) will improve your situation not that much, and 2) is a major design change in your deployment architecture.
kind regards,
Jörg
Views
Replies
Sign in to like this content
Total Likes