--- Diana Castillo <[EMAIL PROTECTED]> wrote:
> php does it if the user has not disabled cookies and if you remain
> on the same server, but if you are changing servers and the user has
> disabled cookies
If by changing servers you mean the user visits a different domain, then
passing the session
--- Diana Castillo <[EMAIL PROTECTED]> wrote:
> If I want to store a session id in a database, how would I do it, like
> this?
> $session_id=SID ; ?
> and then if I want to retrieve this session id and get all of the info
> back that goes with this session id, I would say session_start() and
> the
If I want to store a session id in a database, how would I do it ,
like
this?
$session_id=SID ; ?
and then if I want to retrieve this session id and get all of the info
back
that goes with this session id, I would say
session_start()
and then what?
thanks
You could just have php store all of th
Diana Castillo wrote:
If I want to store a session id in a database, how would I do it , like
this?
$session_id=SID ; ?
and then if I want to retrieve this session id and get all of the info back
that goes with this session id, I would say
session_start()
and then what?
thanks
You'll find some gr
4 matches
Mail list logo