Welcome Guest, Not a member yet? Register   Sign In
Login issue on huge traffic
#1
Bug 

Hi there,

I have an app built using CI3. The login function works but when simultaneously a huge traffic tries to login it fails for some of them. 
Currently I am unaware of why that happens. It happens even though they are using correct credentials. If traffic is less then they are not facing any issues.
My concern is why it fails for only few of them. I am using CI3 query builder to generate query.
Reply
#2

I have experienced something similar, the problem is usually the system cannot write the session file causing the user to always be redirected to the login page even though the credentials are valid
@xxxx[{::::::::::::::::::::::::::::::::>
Reply
#3

Hi @warcooft Thanks for replying. Is there any way to deal with this kind of situation? Actually it is one of my very serious clients.
Reply
#4

Do you use anything like php-fpm or swoole for more connections at the same time? There is CodeIgniter4-Burner for Ci4 on github, maybe you can find sth for CI 3 as well
Reply
#5

Hi @demyr, Thanks for your response. No I am not using php-fpm or swoole. Let me just get onto this. I will surely be replying in this thread.
Reply
#6

Hi Guys, Now that being said How can we implement this on server for apps built using ci3? Any blog or video link will be appreciable.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB