Support » Advanced » Programming » PHP » Using sessions and browsers with cookies turned off
USING SESSIONS AND BROWSERS WITH COOKIES TURNED OFF
PHP has the ability to search for all links on your page and add appropriate session ID information. To enable this, create a file named .htaccess in the root of your website. Add the line:
php_value session.use_trans_sid 1
Posted: 20 February 2009 | Article Posted in: PHP |
Was this article helpful?