we are developing a project in jsp.
and we want 2 bring, around 100 kb of data, to the client side for 'Client side validation' from server database, which r common 4 all sessions.
This data is used in more than one pages.
As we cant store thease much data in the cookies, we r planning to store it in the application variable.
My doubt is , Is there is any restriction in the size of data which is stored in the application variable?