Hello,
I have heard about and seen people doing this before:
If the user does not support cookies, PHP automatically rewrites every link, form tag, etc., to have the Session ID in it.
How do I do this so it is automatic and I don't have to manually change every single link, form, etc., to contain the Session ID variable?
I have a Linux operating system and have the following defined for my url_rewriter.tags in all of my PHP scripts and my .htaccess file:
a=href,area=href,frame=src,form=action,base=href,img=src
Any help is much appreciated.
Thanks.