jquery - A Framework to remind the user that their login is about to expire -
is there framework can implement on mvc website hook session , provide reminder login time out?
ideally provide view have popup message on can configured.
also how work across browser tabs? if there 2 tabs , logged out on 1 session finished on second tab. there way of gracefully redirecting second tab login page. example if on second tab , fire ajax secured action fail. redirect login?
i written in past can time consuming test etc. , multi tab issue tricky.
ideally wanting plug in , use , configure.
you not find required solution out of box. step step need implement : - js side script run timeout time of timeout - 1 min example. need sync other tabs using plugin. , keep in mind fact, every ajax-call or request server extend user session. - logout tabs can implemented using js plugin share data across tabs. tabs subscribing logout event , first tab detect logout @ client side throw event.
something that...
or can use signalr, massive task
Comments
Post a Comment