jsp - Storing data in servlet response -


i using spring. want when user authenticated server should response users related data (e.g name,city, country,about,emails,address,...) within authenticationsuccesshandler.

i thinking of storing user data object session attribute , iterate in jsp. approach ? confuse size of data can stored session attribute.

i want save 1 unnecessary http request using ajax. in above approach in 1 request can validation , return data.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -