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 - A session is created for every page you navigate
Summary: A session is created for every page you navigate
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: icebrowser (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-12 14:18 UTC by jflexa
Modified: 2001-07-12 14:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.