skein Posted October 10, 2007 Share Posted October 10, 2007 well i asked in another thread why my sessions don't work. now i know. i didn;t configure them correctly in the php.ini file. now the question. i changed session.save_path = "/tmp" to session.save_path = "D:/tmp" and created D:/tmp folder. and it saves the session there. is this the correct way to do it. becouse the sessions work now but is the right way. please help. Quote Link to comment https://forums.phpfreaks.com/topic/72668-solved-configuration-of-sessions-in-phpini/ Share on other sites More sharing options...
wildteen88 Posted October 10, 2007 Share Posted October 10, 2007 As long the sessions are stored outside of your websites root folder (the folder where you upload your files too) then your sessions will be "safe". There is no "standard" place to store your sessions files. Quote Link to comment https://forums.phpfreaks.com/topic/72668-solved-configuration-of-sessions-in-phpini/#findComment-366417 Share on other sites More sharing options...
skein Posted October 10, 2007 Author Share Posted October 10, 2007 so if i store the in a folder that is in the root folder will that be ok or not? Quote Link to comment https://forums.phpfreaks.com/topic/72668-solved-configuration-of-sessions-in-phpini/#findComment-366423 Share on other sites More sharing options...
wildteen88 Posted October 10, 2007 Share Posted October 10, 2007 so if i store the in a folder that is in the root folder will that be ok or not? Where did I say store them in the root folder? I said outside of the root folder. Quote Link to comment https://forums.phpfreaks.com/topic/72668-solved-configuration-of-sessions-in-phpini/#findComment-366426 Share on other sites More sharing options...
skein Posted October 10, 2007 Author Share Posted October 10, 2007 thanks i got it now Quote Link to comment https://forums.phpfreaks.com/topic/72668-solved-configuration-of-sessions-in-phpini/#findComment-366432 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.