Dear PHP Masters,
I can not make last version of PHP with session suport correctly.
After installing php, session_start() and session_register() don't work.
please notice to "I don't want to use cookies."
But when i make php with --enable-trans-sid,session functions work very good.
In this case,specific SID name(by default PHPSESSID) show in each URL and I must add SID macro to every URLs when i want redirect to the URL.
Please tell me how can i make php with session suport without --enable-trans-sid and using cookies.
With best regards.
Abbas sharifi.