Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#1196 closed defect (fixed)

BASE is trying to set a cookie when editing an annotations

Reported by: Nicklas Nordborg Owned by: everyone
Priority: trivial Milestone: BASE 2.9.1
Component: web Version:
Keywords: Cc:

Description (last modified by Nicklas Nordborg)

  1. Create a new item that supports annotations, for example a Biosource.
  2. Switch to the 'Annotations' tab.
  3. 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 2! The cookie is not needed and the functionality of BASE will not be affected if the cookie is not accepted.

Change History (3)

comment:1 by Nicklas Nordborg, 15 years ago

Description: modified (diff)

comment:2 by Nicklas Nordborg, 15 years ago

Resolution: fixed
Status: newclosed

(In [4675]) Fixes #1196: BASE is trying to set a cookie when editing an annotations

And the same thing in two other places.

comment:3 by Nicklas Nordborg, 15 years ago

(In [4676]) References #1196: BASE is trying to set a cookie when editing an annotations

Removing file that was checked in by accident.

Note: See TracTickets for help on using tickets.