You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@royale.apache.org by Roman Isitua <ro...@gmail.com> on 2021/10/06 07:58:14 UTC

Session (time out) expiry

I am coming from a server side java ui framework background e.g. JSF, ZK
e.t.c

Royale is a client side UI framework. I will like to know how to implement
session expiry.

I want to

1. Detect that the session has expired.

2. Log out the user and switch the view to the log in view so that the user
has to log in.

3. How can I configure session expiry ? Blazeds ? Or it has to be done
client side. How ?


Regards,