Link to home
Start Free TrialLog in
Avatar of dkilby
dkilbyFlag for Canada

asked on

ASP.net Mobile + unique identifier

I am building a website that i will also have some mobile pages, instead of having the user login in from their phone is there anyway to pull the user phone number so if they had entered the phone number via the web before, the page can look up who they are from their phone and give them their infomation.  Or some other kind of unique identifier that is possible to pull from the user's phones.
Avatar of o0JoeCool0o
o0JoeCool0o
Flag of Canada image

will they be using a PDA device web browser with cookie support? You could use a cookie to authenticate them the cookie would contain a valid authentication code and could be saved to the device via a one time login page where they enter a user and pass and then are given a valid authentication cookie.

from then on the page looks for the cookie first if no cookie then redirected to the "get cookie" login page
Avatar of laotzi2000
laotzi2000

From security's point of view, what you want to achieve is really a bad idea.
Phone number can change and when one person cancel a phone, his number might be assigned to another person. Do you want him to see another person's information?
Avatar of dkilby

ASKER

the infomation they are accessing it not something secure, and the user could update their infomation if they change phone numbers, just wondered if it was possible to grab the phone number when they use the phones browser.
ASKER CERTIFIED SOLUTION
Avatar of o0JoeCool0o
o0JoeCool0o
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dkilby

ASKER

so the bottom line, even though i am not looking for security, there is no way to retrieve the users phone number when they go to a page, i would need them to log in and then write a cookie to the phone.

Right theres no way to say "get mobile device phone number" you have to manually put that phone number in somewhere on the device to be read by the web page.