This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 13562

Summary: A session is created for every page you navigate
Product: obsolete Reporter: jflexa <jflexa>
Component: icebrowserAssignee: issues@obsolete <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows 3.1/NT   
Issue Type: DEFECT Exception Reporter:

Description jflexa 2001-07-12 14:18:05 UTC
If a, for instance, enter Page1.jsp wich has a link to Page2.jsp I get a 
session object.
Clicking on the link and moving to Page2.jsp gives me another session object 
(different sessionID). 
This render the session object useless, so I cannot use it for storage of 
session-scope variables.
Comment 1 _ rkubacki 2001-07-12 14:43:16 UTC
The reason is that IceBrowser doesn't support cookies (another bugs
are filled). See the docs for HttpServletResponse.encodeURL and use it
in your links for session tracking.