View Single Post
  #3  
Old 06-01-2004, 02:25 PM
 
xcell67 xcell67 is offline
 

Senior Member
  
Join Date: Dec 2003
Posts: 149
 

Default

this is what my php.ini says:

; 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.
session.use_trans_sid = 0

the server already has it off, I tried using that .htaccess that you suggested by the xid is still showing. I don't really mind the xid showing as long as it is safe. I'm just really curious as to why one of my sites show the xid while the other one doesn't while both of them are both on the same shared host account.
Reply With Quote