PHP'nin session.use_trans_id anlamı ve kullanımı hakkında net değilim.
Çevrimiçi belgelere, diyor:
the run-time option session.use_trans_sid are enabled, relative URIs will be changed to contain the session id automatically. Does this mean it will ALWAYS add the session id? Or only when cookies are not working?
Otomatik javascript window.location veya ajax aramaları katacak?
Ayrıca, php.ini dosyasında, diyor:
trans sid support is disabled by default.
Use of trans sid may risk your users security.
Use this option with caution.
- User may send URL contains active session ID
to other person via. email/irc/etc.
- URL that contains active session ID may be stored
in publically accessible computer.
- User may access your site with the same session ID
always using URL stored in browser's history or bookmarks.
http://php.net/session.use-trans-sid
Kafam karıştı, çevrimiçi docs söyledi Unless you are using PHP 4.2.0 or later, you need to enable it manually
. Peki neden varsayılan olarak devre dışı olacaktır? (Ben php 5 kullanıyorum).
Ayrıca, bu özellik çerezleri devre ile kullanıcı idare GEREKLİ değil mi?