From: Jeremy A. <ja...@tu...> - 2001-12-04 23:35:21
|
If I'm not mistaken this is comes from php. See if php was compiled with the --enable-trans-sid option. This will enable the sessionid on the url. You can see the info with a small php file with this in it ------ Cut -------- <php? phpinfo(); ?> ------ Paste ------ Here is the link for more info on --enable-trans-sid. http://www.php.net/manual/en/ref.session.php > Can someone tell me how the PHP Session ID is appended to links at > run-time? The current implementation does not validate as XHTML. It > appends the link with '' instead of '&'. As a result validation gives > us this "Error: reference not terminated by refc delimiter" Line 391, > column 35: ... > php?mod=poll&op=lists&PHPSESSID=261a34ae2f53823761b43d95 ... > ^ > > Eric T. Wallace > ecrosstexas :: the texas blog > e-mail: ecr...@ya... > url: http://www.ecrosstexas.com/ > > > --------------------------------- > Do You Yahoo!? > Buy the perfect holiday gifts at Yahoo! Shopping. -- Jeremy Agee phpWebSite Development Team (http://phpwebsite.appstate.edu) Appalachian State University phpEasyAdmin (http://easyadmin.sourceforge.net) |