开发者

BlazeDS Maintenance Window: Invalidate All Active Sessions

开发者 https://www.devze.com 2023-02-28 10:07 出处:网络
How to invalidate all active sessions in BlazeDS 开发者_JS百科during maintenance window? When the system administrator wants to perform maintenance

How to invalidate all active sessions in BlazeDS 开发者_JS百科during maintenance window?

When the system administrator wants to perform maintenance tasks, we will display a warning message to all the users of the flex application that the system will be offline after 30 minutes. Once the countdown is finished, we would like to close all the sessions that are active. If users perform any request to the system, it will be kicked off and redirect to a maintenance page. We are not planning to shutdown the system.

How to achieve above without manually keep track of all active sessions?

Thanks.


There is nothing in BlazeDS which can help you to invalidate all the sessions..so you will have to rely on your tracking code. Or maybe you can find a specific solution for your application server (see this link)

0

精彩评论

暂无评论...
验证码 换一张
取 消