hi all,I use session in my php code,but I find that when the client disable "cookie",the session variable is also disabled,can any one help me how to use session when the client disables the session?thanks in advance.
when you configure PHP when compiling, put "--enable-trans-sids"
This will all those who disable cookies to process session variables correctly