ubuntu Posted May 10, 2007 Share Posted May 10, 2007 Dear all, I'm currently developing a WAP application using WML, PHP & MySQL. I'm stuck at user login part, I've try using set cookie as PHP set cookie on client machine, but it won't worked. And I really not good in programming, can someone show me some simple example? Thanks for your kind attention. Quote Link to comment https://forums.phpfreaks.com/topic/50815-can-openwave-simulator-v7-support-cookie/ Share on other sites More sharing options...
genericnumber1 Posted May 10, 2007 Share Posted May 10, 2007 there are some examples of setcookie, here... http://us2.php.net/setcookie Though I don't know anything about openwave simulator? At any rate you can use cookies or sessions for authentication, where sessions are the preferred way for security reason. There are many tutorials on authentication techniques if you just google "php authentication" or something similar. Quote Link to comment https://forums.phpfreaks.com/topic/50815-can-openwave-simulator-v7-support-cookie/#findComment-249909 Share on other sites More sharing options...
ubuntu Posted May 11, 2007 Author Share Posted May 11, 2007 Thank you genericnumber1, I've try set cookie on Openwave simulator, but it won't worked. Any other suggestion? Quote Link to comment https://forums.phpfreaks.com/topic/50815-can-openwave-simulator-v7-support-cookie/#findComment-250432 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.