IOS 手机验证码的问题

WBOY
Release: 2016-06-23 13:49:10
Original
1051 people have browsed it

最近在弄一个ios app 项目,有一个问题请教
手机端 输入用户手机号码后,调用后端验证码发送程序,后端php向用户手机发送验证码短信,
请问:
如何设置短信验证码的有效期(120s)?使用session_start吗?手机发过来的好像不支持session_start,输出数据为空。
还是我哪儿弄错了,网页调试session是记录信息了的。
请各位帮忙。谢谢。


回复讨论(解决方案)

1.用redis   expire设置120s
2. 不用session存储    验证码验证时   同时提交到后台手机号和验证码

可以放入数据库存储,然后调用处理。

可以放入数据库存储,然后调用处理。



非常感谢,已经做了,使用数据库存储的方式。


1.用redis   expire设置120s
 2. 不用session存储    验证码验证时   同时提交到后台手机号和验证码 

redis不熟悉,所以暂时只能数据库存储的方式处理了。


非常感谢两位。
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template