I
ittay.dror
Hi,
A thing I like about .net is that it avoids the need to put data in the
session context by putting it inside the html page (compressed), so it
gets sent back on the next form submit. this avoids all the hassle
involved in clearing object from the session scope when the user
navigates away from the page, and dealing with session timeouts etc.
I'm looking for pointers to such frameworks in java.
Thanx,
Ittay
A thing I like about .net is that it avoids the need to put data in the
session context by putting it inside the html page (compressed), so it
gets sent back on the next form submit. this avoids all the hassle
involved in clearing object from the session scope when the user
navigates away from the page, and dealing with session timeouts etc.
I'm looking for pointers to such frameworks in java.
Thanx,
Ittay