|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Using a user's mobile number as his login???
Hi there,
Here's the deal, i am creating a website where peepz can bookmark some content if they are members. Now i want the bookmarks and there content available via wap. I am creating a simple wapsite (mysql/php/wml) but i would like to avoid a login page. So i came up with the following thought: For the wapsite a user mobile phone number is his (automatic)login and all his bookmarks are collected. Is this possible? thnks in advanced. |
|
#2
|
|||
|
|||
|
I tell my users to have their GPRS connection always on, so that their IP address won't change, and I make checks based on that. Of course, they have to have GPRS for that to work...
I think you can also use cookies, but I haven't fiddled with them yet! Cheers! |
|
#3
|
||||
|
||||
|
Smashway,
You cannot guarantee the IP address is constant. If you are the only user of GPRS in your area then you probably will be given the same IP address each time. But if GPRS is popular... In poor coverage situations: GPRS always-on really just means that if there is not an IP link made then re-establish the link. Because the networks use DHCP this effectively randomises the IP address every time a connection is made/re-made. In good constant coverage: Cells are grouped, within the group the user will get hand off to adjacent cells as he moves about. This will maintain the session and IP address. If you move out of the group, the session cannot be maintained and the connection will be dropped, the auto-reconnect will give you a new IP address. Grim |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > WAP Programming > Using a user's mobile number as his login??? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|