|
Posted by william.clarke on 02/07/07 22:35
I'm not clear on one thing, why don't you want to use setcookie to
create the initial cookie, you have control over what goes into the
cookie so isn't that manual enough for you.
eg. setcookie ("printer", "A", time() + 3600); //Set value of the
printer cookie to "A"
The cookie is definitely sent to the client browser (I checked my
cookie with Mozilla) so I'm not sure what you meant by "I see that in
PHP it stores the cookie in
memory." Just make sure the setcookie statement comes before any
output. Surely this could be the cookie could be set when a user first
logs in?
Sorry if I'm totally missing the point here.
Navigation:
[Reply to this message]
|