4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: husmen73 on April 06, 2008, 10:48:05 AM

Title: How to make a session id?
Post 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
Code: [Select]
$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.
Title: Re: How to make a session id?
Post by: husmen73 on April 10, 2008, 07:36:23 PM
Does anybody know?