RE: [PHP] Sessions and naming a file with SID

2001-02-23 Thread PHPBeginner.com
- From: Brandon Orther [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 3:56 AM To: PHP User Group Subject: [PHP] Sessions and naming a file with SID Hello, Is there a way to start a session and then save a temp file with the name of the Session ID? Thank you

Re: [PHP] Sessions and naming a file with SID

2001-02-22 Thread Martin A. Marques
Mensaje citado por: Brandon Orther <[EMAIL PROTECTED]>: > Hello, > > Is there a way to start a session and then save a temp file with the > name of > the Session ID? I thought that was what it did. :-) Read the session manual, the papers published in phpbuilder and check the session options in

Re: [PHP] Sessions and naming a file with SID

2001-02-22 Thread Ernest E Vogelsinger
At 19:55 22.02.2001, Brandon Orther said: [snip] >Is there a way to start a session and then save a temp file with the name of >the Session ID? [snip] RTFM: session_start(); session_register(); Controlled by

[PHP] Sessions and naming a file with SID

2001-02-22 Thread Brandon Orther
Hello, Is there a way to start a session and then save a temp file with the name of the Session ID? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com --