Author Topic: How to make a session id?  (Read 3186 times)

0 Members and 1 Guest are viewing this topic.

Offline husmen73

  • Newbie
  • *
  • Posts: 12
    • View Profile
    • Gulhin Internet Technolojies
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.