I found out what the problem was.
It was jumping from one context to anouther hence the new session.
thanks
Daniel
Schulken
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 16, 2004 5:07 PM
Subject: frame issue
system seems to be in both 5.0.16 and 5.0.18
Should i be getting a two session's with the following code?
There is a session created before this page and i have confirmed this with
the little code snippet below.
<%
System.out.println(session.getId());
System.out.println("test");
%>
<html>
<head>
<title>Organization Set up</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="105,600*" frameborder="No" border="0" framespacing="0"
cols="*">
<frame name="topFrame" scrolling="NO" noResize
src="/jsp/NavigationAdministratorTop.htm" frameborder="NO" >
<frameset cols="200,625*" frameborder="No" border="0" framespacing="0"
rows="*">
<frame name="leftFrame" noResize scrolling="no"
src="/jsp/NavigationAdministrator.jsp">
<frame name="mainFrame" scrolling="auto"
src="/jsp/NavigationAdministratorBody.htm">
</frameset>
</frameset>
<noframes><body bgcolor="#Fcf6e5">
Your Browser Doesn't support Frames
</body></noframes>
</html>
The session up top is different then the session in
NavigationAdministrator.jsp
or am i missing something?
thanks
Daniel Schulken
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.581 / Virus Database: 368 - Release Date: 2/9/2004
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.581 / Virus Database: 368 - Release Date: 2/10/2004
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]