Hi,

I came across this script in javascript which
generates a session id .. and was wondering if any-one
knows the exact equivalent in PHP  (or if one could
reconstruct it in PHP)

The script is really short ..
--->
time=new Date()

V=Math&&Math.random?Math.floor(Math.random()*10000000000000):time.getTime()

sessionID='Session'+Math.floor(tm.getTime()/10800000)%10+V

document.write( sessionID)
<---

Would appreciate your help.
David


                
___________________________________________________________ 
All new Yahoo! Mail "The new Interface is stunning in its simplicity and ease 
of use." - PC Magazine
http://uk.docs.yahoo.com/nowyoucan.html


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/HKFolB/TM
--------------------------------------------------------------------~-> 

Community email addresses:
  Post message: php-list@yahoogroups.com
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to