Re: Enter directly into the web application via SMS

2010-10-20 Thread Adaro2000
I'm not so good at CakePHP to tell you more than you well know now. But I suggest this to you : In PHP, we have functions session_start() and session_destroy() to start en end sessions. If you begin this page and end it with these functions, I hope you will enjoy. Have a good day. Check out the ne

Re: Enter directly into the web application via SMS

2010-10-19 Thread jsalonen
Sessions make sense only when the user has to visit more than one pages, so you must mean something else. Do you mean to ask how to identify users based on the links they are sent? One way to do it is to generate a random number or string--let's call it an "access code"--and store the code in the

Enter directly into the web application via SMS

2010-10-19 Thread marco.rizze...@gmail.com
Hi I have a particular question. I have a web mobile application. This application has his authentication part (with Auth component). Now one features of the web application is that the user in certainly situation receives a sms with a link. If he clicks on link I must open a session that allows on