RE: [PHP] msession - giving me a hard time

2003-11-17 Thread Guillaume Dupuis
:) -Original Message- From: John W. Holmes [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 8:29 PM To: Guillaume Dupuis Cc: [EMAIL PROTECTED] Subject: Re: [PHP] msession - giving me a hard time Guillaume Dupuis wrote: This is now my initial page: ?php session_start($_GET['SID']); echo

RE: [PHP] msession - giving me a hard time

2003-11-17 Thread Guillaume Dupuis
W. Holmes [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2003 11:16 AM To: Guillaume Dupuis Cc: [EMAIL PROTECTED] Subject: Re: [PHP] msession - giving me a hard time From: Guillaume Dupuis [EMAIL PROTECTED] This works. My second page has the suffix '?PHPSESSID=e6t9tu43j9tj39j

RE: [PHP] msession - giving me a hard time

2003-11-14 Thread Guillaume Dupuis
To: Guillaume Dupuis; [EMAIL PROTECTED] Subject: Re: [PHP] msession - giving me a hard time From: Guillaume Dupuis [EMAIL PROTECTED] Now, I am testing the interaction of 2+ servers working together. From SERVERA I create and echo the my SID using echo session_start(); echo session_id();echo $SID

RE: [PHP] msession - giving me a hard time

2003-11-14 Thread Guillaume Dupuis
:57 PM To: Guillaume Dupuis; [EMAIL PROTECTED] Subject: Re: [PHP] msession - giving me a hard time From: Guillaume Dupuis [EMAIL PROTECTED] I've tried your suggestion and yes, I am transferring the SID variable to the next page... but I don't know if I am doing the this right. This is the code

RE: [PHP] msession - giving me a hard time

2003-11-14 Thread Guillaume Dupuis
, relative URIs will be changed to contain the session id automatically. I have 4.1.2 installed. Thanks, Guillaume -Original Message- From: Guillaume Dupuis [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 6:20 PM To: CPT John W. Holmes; [EMAIL PROTECTED] Subject: RE: [PHP] msession

[PHP] msession - giving me a hard time

2003-11-13 Thread Guillaume Dupuis
as the 'session.save_handler'. My Client is IE 6.0.2800. Thanks in advance, Guillaume Dupuis

[PHP] msession - giving me a hard time

2003-11-13 Thread Guillaume Dupuis
as the 'session.save_handler'. My Client is IE 6.0.2800. Thanks in advance, Guillaume Dupuis -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP's own perl2exec converter?

2003-11-06 Thread Guillaume Dupuis
Hi, I am looking for the PHP-equivalent of Perl's perl2exec (script to binary converter). Where can I find this? Thanks in advance, Guillaume Dupuis -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PHP's own perl2exec converter?

2003-11-06 Thread Guillaume Dupuis
Thanks Jay, but I omitted that it was for Linux. Any others? -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 11:36 AM To: Guillaume Dupuis; [EMAIL PROTECTED] Subject: RE: [PHP] PHP's own perl2exec converter? [snip] I am looking

RE: [PHP] Shared SessionIDs?

2003-11-05 Thread Guillaume Dupuis
I'll try the 'msession' road. Thanks again for everybody's input, Guillaume -Original Message- From: Chris Shiflett [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 6:36 PM To: Guillaume Dupuis; [EMAIL PROTECTED] Subject: Re: [PHP] Shared SessionIDs? --- Guillaume Dupuis

[PHP] Shared SessionIDs?

2003-11-04 Thread Guillaume Dupuis
Hi, I am new to PHP, so I hope I phrase this okay :) We currently have 3 php servers. Can we use the same SessionID to connect across the 3 systems? If not, what would you suggest to minimize the number of login prompts, while keeping secure? Thanks in advance, Guillaume Dupuis -- PHP General