whalewalker Posted April 5, 2007 Share Posted April 5, 2007 I am stuck on such a small thing. I've installed XPWeb, and am getting 90% of it to work beautifully. It needs the session.auto_start to equal one. I've created the file php.inc below and ftped it to each directory. however when i check the info.php it doesn't change. I know php is sensitive to tabs or other characters on before or after the <? tags, i made the file with notepad and i can't figure out why it doesn't work. any suggestions would be greatly appreciated. <?php session.auto_start = 1 ?> Link to comment https://forums.phpfreaks.com/topic/45815-phpinc-sessionauto_start-1-wont-stick/ Share on other sites More sharing options...
per1os Posted April 5, 2007 Share Posted April 5, 2007 I think you need to use the ini_set command www.php.net/ini_set Link to comment https://forums.phpfreaks.com/topic/45815-phpinc-sessionauto_start-1-wont-stick/#findComment-222615 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.