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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -