what exactly are you trying to accomplish? you can authenticate a login for
a WAP application just as you would for a web-based application. not all WAP
browsers let you set cookies, since the cookie spec isn't an official
component of the WAP spec. however, openwave (phone.com) browsers are by far
the most pervasive in the U.S. and do let you write cookies. the WAP gateway
sets a form of session between itself and the handset (the SUBNO var of the
openwave WAP gateway) which you could use as well.

if you can provide some specific goals or problems you're having...

also, check out the cf-wireless talk list at
http://www.bromby.com/cfwireless.

--dylan

-----Original Message-----
From: Rudy Rustam [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 05, 2001 1:39 AM
To: CF-Talk
Subject: Login page for WAP


Greeting all,

I'm new in developing WAP with CF.
Trying to create a login page here but it seems like I am completely lost...

Does anyone got any tips on this?
and what am I suppose to do with the cfapplication and all the session
tracking?

Thanks in advance.

regards,
- Rudy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to