java - Cookie encryption and decryption using Servlet filters -


is function or api available intercept addcookie() cookies set servlet encrypted using servlet filters. , when getcookies() invoked filter decrypt , give response web server.

actually done prevent xss attack. not able find documentation or info. regarding encryption , decryption of cookies using servlet filters.. gratefull.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -