my website/systems/cms that i build using sessions for authrize , i have been told that its make very very slow the site when i get 150++++ people on my site , this is true ?
Should i make the "Check if USER logged in " function without use sessions?
And also in my main file called - session.php i have session_start(); and that file session.php included in every other files in cms , all of them , so its make it very slow ? Should i remove that session start and use other way?
Thanks..