re: http://www.blog.lindenlangdon.com
a) is proven that the change from relative to absolute url did nothing to cure the problem - even though at one point PHP had been writing the session stuff into relative URLs
b) is proven and working properly with the following fixes
# as suggested I used the correct <fieldset> tags around the form contents
# as suggested by Patrick and others I inserted
ini_set('url_rewriter.tags',"a=href,area=href,frame=src,fieldset=");
at the top of my pages before session_start();
Thanx again everyone, saved my bacon again (Oh I better change my last blog :) OOPS! )
Steven Clark www.nortypig.com www.blog.nortypig.com
_________________________________________________________________
Searching for that dream home? Try http://ninemsn.realestate.com.au for all your property needs.
****************************************************** The discussion list for http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/ Web standards, accessibility, inspiration, knowledge To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
