servlets - Restore attributes after losing session JSP -


i have page in jsp(search page) using differents combos. trying restore search attributes in case of losing session. how best way it? save attributes in cookies in request?

you can save attributes in cookies , request both request scope limited , cookies access whole application prefer cookies.


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -