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
What is a php object?
What are the advantages of stored procedures, triggers, indexes in php?
Tell me what is pear?
What is the difference between array_pop() and array_push()?
What is session in php why it is use?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what’s the problem?
hello all, I need some sample placement papers in lion bridge.. can anyone help me?
Which is better mysql or sql?
Which cryptographic extension provide generation and verification of digital signatures?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
What is the purpose of the following files having extensions: frm, myd, and myi? What these files contain?
Tell me how can we display information of a variable and readable by human with php?
What is urlencode and urldecode in php?
Why ide is recommended for use while programming with php?
How arrays are passed through arguments?