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. 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. 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? 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. 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 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
Archived
This topic is now archived and is closed to further replies.