Hi,
I am using JSP with external classes. The header is like this:
<jsp:useBean class="myclasses.connect" id="connection" scope="session" />
Do I need to place this header at the beginning of all the pages? What are the consequences for the session if I am doing that (does the session id change for all pages?)
Thanx a lot
H.
I am using JSP with external classes. The header is like this:
<jsp:useBean class="myclasses.connect" id="connection" scope="session" />
Do I need to place this header at the beginning of all the pages? What are the consequences for the session if I am doing that (does the session id change for all pages?)
Thanx a lot
H.