How can i redirect user to dashboard after successful login without using header function ? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

How can i redirect user to dashboard after successful login without using header function ?

No use of header function and have to create session to access data to dashboard

14th Jan 2020, 12:32 PM
kishan Kumar
kishan Kumar - avatar
1 Respuesta
+ 4
//You can use javascript window.location.href = 'dashboard.url'; For session https://www.sololearn.com/learn/PHP/1842/
14th Jan 2020, 12:42 PM
Sudarshan Rai
Sudarshan Rai - avatar