Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - husmen73

Pages: [1]
1
Discussion & Troubleshooting / How to make a session id?
« 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.

Pages: [1]