Skip to content

Commit

Permalink
Update cookie name
Browse files Browse the repository at this point in the history
  • Loading branch information
ern authored Dec 3, 2024
1 parent 1cc9e4e commit fed4bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ CATALINA_OPTS="$CATALINA_OPTS -Dhttp.agent=Sakai"
CATALINA_OPTS="$CATALINA_OPTS -Duser.timezone=US/Eastern"

# Sets the cookie name
CATALINA_OPTS="$CATALINA_OPTS -Dsakai.cookieName=SAKAISESSIONID"
CATALINA_OPTS="$CATALINA_OPTS -Dsakai.cookieName=SAKAIID"

# JMX config
#CATALINA_OPTS="$CATALINA_OPTS -Djava.rmi.server.hostname=xxx.xxx.xxx.xxx \
Expand Down

0 comments on commit fed4bd8

Please sign in to comment.