Steven
There is a setting in your php.ini file to turn off auto propagation of your session id's via URLs (enable_trans_sid I believe). This is good for validation (if you are having & problems in URLs) and very good for security.
I think there was a thread on this about a week ago (regarding turning the query string glue from & to &
Cheers James
Steven Clark wrote:
Well first I'm a goose cos I never turned sessions back on (so the test was flawed but then I was tired so it evened out I guess hehe).
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
****************************************************** 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 ******************************************************
