|
Posted by comex on 12/17/05 05:17
> I'm using
> setcookie($sessionName, $sessionid, time()+60*60*24*10000,
> $sessionCookie['path'], $sessionCookie['domain'],
> $sessionCookie['secure']);
>
> to, obviously, store a session.
> Also, I only use session_start() so perhaps I'm supposed to call
> session_id()?
I'm not sure why the cookie is being mis-saved, but sessions ARE
supposed to save the cookies automatically.
[Back to original message]
|