SC Applications with Timeout..!

Hi,

There are several features included in SC and there is no option to set the session expiry for a entire application

That is when there is no action for ‘n’ secs, the application should goto the login page or Re-validate the credentials and to continue. there is no such options available

In our case, for our project we wrote our own session expiry routine which needs to be called on each application and on each button.

SC can consider this suggestion, so that it is common requirement for any kind of application, if there no activity for ‘n’ seconds should re-validate and continue…

Forum Member are welcome comment on this…!

Appreciate if SC consider this and acknowledge.

Regards
Dhana

Re: SC Applications with Timeout…!

You will have to code this on your own, see:
http://www.scriptcase.net/forum_en_us/index.php?topic=1042.0

You can also set values using PHP functions, and there are settings in PHP.ini.

You will then need to redirect to your login screen on session timeout. I have a function that checks for a session var is set, else redirects.

Regards,
Scott.