4images Forum & Community
4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: husmen73 on April 06, 2008, 10:48:05 AM
-
Hello,
I'm integration gallery to my script. I couldn't find how can i make session id.
I have try to that but it false $id = md5(uniqid(microtime()));
$session_id = session_id($id);
I'm trying that someone login to site on my script then will be automaticly login to gallery script. My script using gallery tables.
-
Does anybody know?