How can we do user authentication without using
session/cookies ? For ex:- From page1 accepts user name and
password and need to check in all other pages whether the
user has logged in or not
Answer Posted / anand
Hello this is interesting..
It is difficult but need to forward login details to next
page by using forms or url encode.
And in every page include a page to check weather they are
valid or not.
answer anybody if there is another method.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Php program to generate fibonacci series?
What is implode() in php?
What is the correct syntax of mail() function in php?
How to upload file in php?
Explain about getters and setters in php?
Explain what is memcache?
Where is the submitted form data stored?
What does the scope of variables means?
Why session timeout is important?
Can we extend final class in php?
What's the difference between using mysql_ functions and pdo?
What is the delimiter default in PHP?
How to redirect a url from http to https in .htaccess?
How do you destroy a particular or all Sessions?
Where can I learn php?