ok, I'm using sessions, and for some reason it won't automatically write the session to links etc.
; use transient sid support if enabled by compiling with --enable-trans-sid.
session.use_trans_sid = 1
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
is inside my php.ini.
I need to ensure my script will work on other machines, but I can't.
whether I set it to 1 or 0, it still doesn't work.
also, the constant SID is being defined as null. Any help?
TIA