We r building a jsp project.
We r keeping around 8 kb data with in 3 cookies ,for client side validation, as
a user logins.
Hope this will reduce the server to client traffic and server side over head for
reading the 8kb
data from database.
But my doubt is, as I have written the 'cookies methods and comparisions' in
server side
scriptlets,
those cookies will be taken to server for the execution of these scriptlets ?
If so that will increase server-Client traffic