I want to store value in session variable. We fetch value from database and I want to show these values to another page in text fields.
<%=rs.getString("first_name") %>
How can we store this value in session and get another page?
Thank you.
I want to store value in session variable. We fetch value from database and I want to show these values to another page in text fields.
<%=rs.getString("first_name") %>
How can we store this value in session and get another page?
Thank you.