Trans-SID

Sharky Forums


Results 1 to 1 of 1

Thread: Trans-SID

Threaded View

  1. #1
    Reef Shark rAph's Avatar
    Join Date
    Jun 2002
    Location
    Phoenix, AZ
    Posts
    274

    Trans-SID

    Hey, I'm working with PHP sessions on my site, and want to pass the session_id via URLs and not cookies. I read about transparent sid and that if enabled, PHP automatically adds the session ID to every URL. But more importantly, the session_id is not displayed in plain text on the url bar, so it makes it harder for session stealling. So I've got session.use_trans_sid set to on, but now on every page on my site, I've got the session id in plain text. How do I make it so that PHP masks the sid? Thanks
    Last edited by rAph; 05-03-2003 at 02:48 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •