1. Delete all cookies
2. Go to login form in .Net.
3. View cookie: There is a cookie ASP.NET_SessionId=4mnaix453yw12h55ox3myn45

Ah ah! This is their session Id. Now if they keep a session live, they 
may also have some
data stored in it, and if that session is not found by the action 
template, this may be
why the login does not work.
Then you have to make sure your CF script will CFHTTP the form first to 
get that session cookie,
then pass it when you CFHTTP the action for the login.

 >>4. DELETE that cookie
 >>5. Click Submit

So you deleted the cookie before calling the login action? Then did the 
login succeed?
If it did, it does not prove the cookie is not needed, I'm not sure that 
deleting a cookie or all
cookies wil delete the ones already in memory.

-- 
_______________________________________
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259213
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to