i have following scenario: want read locale cookie if otherwise takes default value. if user change locale app should set passed locale , repaint app. anytime locale null reads cookie. wondering if reading cookie can slow application , caching mechanism needed. reply
the cookie http request header, reading in java not expensive, should not experience performance impact.
Comments
Post a Comment