
June 16th, 2000, 09:08 PM
|
|
Junior Member
|
|
Join Date: Mar 2000
Location: Hong Kong
Posts: 24
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
hi guyz
i have compiled PHP with '--enable-trans-sid',
but it is still not working
I cannot see any session ID added on the URL automatically.
I am using the PHP4 session management functions, the SessionID is already stored in MySQL, it is working fine with Cookie.
Because someone in this world dont use cookie, i have to put them in a URL.
I know it can be done by <?=SID?>,
what about 'enable-trans-sid'?
how do i get it work?
|