mister_bluesman Posted February 27, 2010 Share Posted February 27, 2010 Hi, Does anyone know if there is a predefined limit on the number of sessions on Apache, or whether you could just write php code to create an endless number of sessions? Thanks, Quote Link to comment https://forums.phpfreaks.com/topic/193557-max-number-of-sessions-on-apache/ Share on other sites More sharing options...
PFMaBiSmAd Posted February 27, 2010 Share Posted February 27, 2010 It's limited by how many session data files the operating system will handle in one folder or the total of that number in each folder if you use the optional N argument on the session.save_path setting. Quote Link to comment https://forums.phpfreaks.com/topic/193557-max-number-of-sessions-on-apache/#findComment-1018924 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.