Master:
# 1    PHP cookie question                  
email
Online no
State
Grouping Member
Class class4
Score 214
Wealth 152
Posts 154
Login 00:22:22
I have removed cookie by
setcookie("nameofcookie","");

but i can still get the value from $_COOKIE["nameofcookie"];

pls help
Hits: 491, Date: 2010-08-04 22:15:43
[Agree] ( 3 ) [Against] ( 5 )

# 2    problem solved                  
email
Online no
State
Grouping Member
Class class4
Score 214
Wealth 152
Posts 154
Login 00:22:22
I saved the password in firefox!
Hits: 489, Date: 2010-08-04 22:49:29
[Agree] ( 3 ) [Against] ( 5 )

# 3    for setcookie method                  
Kevin
Online no
State
Grouping Member
Class class3
Score 63
Wealth 76.5
Posts 42
Login 04:10:22
I tend to use:
setcookie("nameofcookie",false);
Hits: 480, Date: 2010-08-04 22:50:40
[Agree] ( 3 ) [Against] ( 8 )

# 4    and it is better to set domain, path, expired date length                  
Kevin
Online no
State
Grouping Member
Class class3
Score 63
Wealth 76.5
Posts 42
Login 04:10:22
and it is better to set domain, path, expired date length
Hits: 479, Date: 2010-08-04 22:51:33
[Agree] ( 3 ) [Against] ( 5 )

# 5    just removing saved password may not resove the problem                  
exp
Online no
State
Grouping Member
Class class4
Score 348
Wealth 219
Posts 269
Login 11:49:09
You may need to remove individual cookie in:

Tools >> options >> privacy >> remove individual cookies
Hits: 474, Date: 2010-08-08 03:09:13
[Agree] ( 3 ) [Against] ( 5 )

# 6    PHP Cookie Class                  
annyphp
Online no
State
Grouping Member
Class class2
Score 19
Wealth 54.5
Posts 8
Login 05:25:31
You may check php cookie script for your help!
Tags: php cookie
Hits: 424, Date: 2010-12-08 01:15:55
[Agree] ( 3 ) [Against] ( 3 )

1 - 6 [ 6]

Reply: PHP cookie question

*First line:


More content:


Tags:



Hint: You cannot post here before loginLogin | Register

nothing