How can i redirect user to dashboard after successful login without using header function ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answer
+ 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