Update of /cvsroot/openinteract/OpenInteract2/sample/website/conf
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv1550/sample/website/conf
Modified Files:
server.ini
Log Message:
Changed documentation not to guide user to writing "undef" in the server ini when an empty value is wanted for session expiration. "undef" is parsed as the string "undef" and results in a malformed cookie being sent if used as session expiration. This causes some problems at least with IE browsers.
Index: server.ini
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/sample/website/conf/server.ini,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** server.ini 30 Jul 2005 22:43:43 -0000 1.56
--- server.ini 1 Oct 2006 04:09:13 -0000 1.57
***************
*** 190,194 ****
#
# Note that you can also set the expiration for the session
! # cookie -- if you set it to be 'undef' the cookie will be
# 'short-lived', meaning it will expire when the user shuts
# down the browser. Otherwise, pass something like the
--- 190,194 ----
#
# Note that you can also set the expiration for the session
! # cookie -- if you set it to be an empty string the cookie will be
# 'short-lived', meaning it will expire when the user shuts
# down the browser. Otherwise, pass something like the
|