On Fri, Apr 4, 2008 at 2:37 PM, Thiago Pojda
<[EMAIL PROTECTED]> wrote:
> De: Ryan Yagatich [mailto:[EMAIL PROTECTED]
>  <Ryan>
>
>         you mean like session.use_trans_sid in php.ini?
>  </Ryan>
>
>  How does this thing work anyway? As far as I read, it adds the session id to
>  every (default behavior) href and a hidden field in forms, right?

<?php
    echo "http://www.domain.com/script.php?".session_name()."=".session_id();
?>

-- 
</Daniel P. Brown>
Ask me about:
Dedicated servers starting @ $59.99/mo., VPS starting @ $19.99/mo.,
and shared hosting starting @ $2.50/mo.
Unmanaged, managed, and fully-managed!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to