What is the best way to make a user-login system using PHP?
I want to use same login system to be called by another languages also like
- midp
- iphone
- java
- Desktop
- Flex
I don't want to use cookies
What is the best way to make a user-login system using PHP?
I want to use same login system to be called by another languages also like
I don't want to use cookies
I don't want to use cookies
This drastically limits the possibilities you have. Now you can't go around URL-rewriting to append the session identifier to the URL.