[Chameleon] Dynamic query result sid error

David Dabney David.Dabney at noaa.gov
Wed May 4 17:19:18 EDT 2005


I hope this ends up being a simple fix. I've been using Chameleon on and 
off for the past few months. I started to use a customized query results 
page which was working a month or so ago.  I recently got back to 
working on this project and now the results dialogue only returns "Your 
session is invalid or has expired."  The only thing I've changed in the 
mean time that could affect this as far as I know is upgraded to PHP 
4.3.11 from 4.3.8 and went up to mapserver 4.4.2 from 4.2.  A Windows XP 
upgrade or two also.    

This is the resulting url when it trys to run my custom query window: 
http://10.49.48.18/chameleon/ohh/htdocs/ddquery.phtml?x=207&y=74&sid=undefined

Obviously, it looks like a problem with sid. 

Any ideas would be much appreciated.

Regards,

Dave


Below are snippets from my .html template file.

<script language="JavaScript">
 function myOnLoad()
 {
    CWC2OnLoadFunction();
    goEventManager.registerForEvent('ON_QUERY','myOnQuery');
 }</script>

<script language="JavaScript" type="text/JavaScript">
  function myOnQuery( nX, nY )
  {
    var url = 'ddquery.phtml?x=' + nX + '&y=' + nY + '&sid=' + document.forms[0].sid.value;
    window.open(url,'eventwin','width=500,height=600,directories=no,location=yes,menubar=no,scrollbars=yes,status=no,toolbar=no,resizable=yes');
  }
</script>

.......
......

<body class="page" onLoad="myOnLoad()">

<form method="post">

......

-- 
~~~~~~~~~~~~~~~~~~~~~~~
David Dabney
OHH Programmer/Database Specialist
NOAA Hollings Marine Lab/JHT
331 Fort Johnson Rd
Charleston, SC 29412
843.762.8984
843.762.8811 receptionist
843.762.8737 fax
david.dabney at noaa.gov



More information about the Chameleon mailing list