hi all,
can any body help me how to delete the cookies once user logged out. I could
not able to make it done the way which i'm trying
I've got two files
1) login.cfm --> this self posting form and above in the action i'm
validating the user whether he is authenticated or not.
here i'm not setting cookies once the user is authenticated. I'm taking his
info by encrypting to the next page ie index.cfm(which has got three frames)
2) index.cfm----> here i'm setting the cookies like <CFCOOKIE
NAME="loginname" VALUE="#a#" expires="never"><CFCOOKIE NAME="password"
VALUE="#b#" expires="never"> for loginname and password then showing the 3
frames.
here a and b are decrypted values of encrypted strings which i used them to
pass to the next page thru url.
The problem comes when the user logged out the cookies are not getting
deleted. For your easy understanding i'm pasting that code which i used to
delete
<CFCOOKIE NAME="loginname" EXPIRES="now">
<CFCOOKIE NAME="password" EXPIRES="now">
shall i add something to it or is anything i'm missing totally.
thanx in advance
nagesh
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.