[ic] admin/user_edit

Paul Vinciguerra pvinci at vinciguerra.com
Sat Sep 6 17:29:56 EDT 2003


Working with  Interchange  4.9.8-200308200658, I was constantly getting booted 
out of the admin/user_edit page.  This was apparently due to the loss of my 
session ID.

My fix was the following:

diff -c user_edit.html- user_edit.html
*** user_edit.html-     Sat Sep  6 14:54:51 2003
--- user_edit.html      Sat Sep  6 15:08:57 2003
***************
*** 25,30 ****
--- 25,31 ----

  [loop list="[cgi user_id]"]
  <form action="[area ui]" method="post">
+ <INPUT TYPE=hidden name="mv_session_id" value="[data session id]">
  <INPUT TYPE=hidden NAME=mv_todo VALUE=back>
  <INPUT TYPE=hidden NAME=mv_nextpage VALUE=[comment]
  If creating new user, go to password entry page after this.




More information about the interchange-users mailing list