MMBase

Don't work if server=tomcat and client refuses cookies.

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.6.1
  • Fix Version/s: 1.6.4
  • Component/s: Editwizards
  • Description:
    original bugid: #6035
    The config.sessionId = res.encodeURL(""); trick in Config.java does not work. (does not give the jsessionid part of url
    changed to: config.sessionId = res.encodeURL("test.jsp").substring(8);

Activity

Hide
Michiel Meeuwissen added a comment - 2003-04-28 16:32
Don't work if server=tomcat client has not cookies.
The config.sessionId = res.encodeURL(""); trick in Config.java does not work. (does not give the jsessionid part of url
Show
Michiel Meeuwissen added a comment - 2003-04-28 16:32 Don't work if server=tomcat client has not cookies. The config.sessionId = res.encodeURL(""); trick in Config.java does not work. (does not give the jsessionid part of url
Hide
Michiel Meeuwissen added a comment - 2003-04-28 16:33
Don't work if server=tomcat and client refuses cookies.
The config.sessionId = res.encodeURL(""); trick in Config.java does not work. (does not give the jsessionid part of url
Show
Michiel Meeuwissen added a comment - 2003-04-28 16:33 Don't work if server=tomcat and client refuses cookies. The config.sessionId = res.encodeURL(""); trick in Config.java does not work. (does not give the jsessionid part of url

People

Dates

  • Created:
    2003-04-28 16:49
    Updated:
    2006-11-24 12:39
    Resolved:
    2006-11-24 12:39