C
C#8mo ago
Crowz

Website Cookie Deletion

I use pwa system on my website and I keep the information of the logged in user in cookies, model and session and I verify whether he/she logged in with authentication but when I open the account locally the account remains open but in live the authentication is cancelled within 1 minute and he/she logs out I could not find a solution for this I use asp.net core mvc
3 Replies
always say never
i guess you have tried this on same browser same everything but also you should have look if in the browser the cookie is the same
Crowz
CrowzOP2mo ago
Sorun Tarayıcı olması değil giriş yapılıyor ve 6. dakikada direk authentice iptal oluyor bu seferde giriş ekranına yönlendiriyor ama benim sistemim lokal ortamda sorunsuz bir şekilde 1 aya kadar auth oluyor sorun yok yani hosting'e yüklediğimde alıyorum bu hatayı The problem is not the browser, but the login is cancelled after 6 minutes and this time it redirects to the login screen. However, my system can authenticate in the local environment without any problems for up to 1 month. So, when I upload it to hosting, I get this error.
always say never
ok so then do you know how long session is kept alive by idp?

Did you find this page helpful?