xyn Posted April 6, 2007 Share Posted April 6, 2007 Hey guys, In .Htaccess i am attempting to add the following... php_value session.use_trans_sid 0 php_value session.use_only_cookies 1 Then once i save it, i get an INTERNAL SERVER ERROR [500] And also I tried this... session.use_cookies = 1 session.use_trans_sid = 1 Again i get this error. Is there a specific method of doing it or can someone advise me? thanks Link to comment https://forums.phpfreaks.com/topic/45877-solved-internal-server-error-500/ Share on other sites More sharing options...
xyn Posted April 6, 2007 Author Share Posted April 6, 2007 Sorry, i've decided to add INI_SET(); in my config. works the same Link to comment https://forums.phpfreaks.com/topic/45877-solved-internal-server-error-500/#findComment-222856 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.