Opened 16 years ago
Last modified 16 years ago
#1196 closed defect
BASE is trying to set a cookie when editing an annotations — at Initial Version
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | trivial | Milestone: | BASE 2.9.1 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
- Create a new item that supports annotations, for example a Biosource.
- Switch to the 'Annotations' tab.
- The browser may show a dialog (depends on settings) asking you to accept a JSESSIONID cookie.
The cookie is not needed and there is no reason that BASE should ask for it. It is simple to disable by setting <%@ page session="false"
in the very beginning of each JSP file. In this case '/common/annotations.jsp'.
NOTE! It might be a good idea to try to check if there are more JSP files that lacks the session="false" setting.
Note:
See TracTickets
for help on using tickets.