Hi there,
I am doing some pages that require users to log-in.
On login, a bean is created with scope="session". How do I do a logout, i.e expire the session?
If an object is created, say "objData", does this object get "destroyed" when the session is invalidated?
I am doing some pages that require users to log-in.
On login, a bean is created with scope="session". How do I do a logout, i.e expire the session?
If an object is created, say "objData", does this object get "destroyed" when the session is invalidated?