Can we add custom filter in JaggeryJS to do something like session check?
Is there any samples about writing custom filter?
Thanks in advance!
Can we add custom filter in JaggeryJS to do something like session check?
Is there any samples about writing custom filter?
Thanks in advance!
what you can do is, just map all urls into a single jag file.Then do all the checks and include the rest. There is no such specific way to do like servlet filter in JaggeryJS.