<snip>
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
</snip>

You could just have php store all of the session info in a db

http://www.phpbuilder.com/columns/ying20000602.php3

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to