Re: [PHP] Page validation: Un-wanted PHP session ID added to links????

2006-02-21 Thread Richard Lynch
On Mon, February 20, 2006 2:19 pm, Michael Hulse wrote:
 On Feb 20, 2006, at 12:10 PM, John Nichel wrote:
 It's all in the manual

 Hi, thanks for pointing that out. I guess I should have RTFM first,
 then ask q's second... noob mistake, wont happen again.  :D

 I guess I just do not understand why a session is even being created,
 I
 never started one... I guess I need to read the manual in more detail
 (doing now).

While you should RTFM, in this particular instance, reading the
php.ini file on your two servers, paying particular attention to the
session.* settings will probably be sufficient enlightenment for today
:-)

RTFM tomorrow, though.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Page validation: Un-wanted PHP session ID added to links????

2006-02-20 Thread John Nichel

Michael Hulse wrote:

Hi,

I just finished a website for client - I just uploaded the site to their 
server space - when I went to go validate my pages using the W3C XHTML 
validator I get several errors due to an un-encoded ampersand in the 
link URL... For some reason, a session ID is getting added to the end of 
all my menu links:


/start.php?page=homePHPSESSID=45142bb20b8b2e800be5359b667237

Ummm, can I turn this off? I tested/built the site on my server and 
never got this problem.


I am sure it is an easy fix. Suggestions? Links?


It's all in the manual

http://us3.php.net/session

--
John C. Nichel IV
Programmer/System Admin (ÜberGeek)
Dot Com Holdings of Buffalo
716.856.9675
[EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Page validation: Un-wanted PHP session ID added to links????

2006-02-20 Thread Michael Hulse


On Feb 20, 2006, at 12:10 PM, John Nichel wrote:

It's all in the manual


Hi, thanks for pointing that out. I guess I should have RTFM first, 
then ask q's second... noob mistake, wont happen again.  :D


I guess I just do not understand why a session is even being created, I 
never started one... I guess I need to read the manual in more detail 
(doing now).


Thanks for the quick response.   :)
Micky

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Page validation: Un-wanted PHP session ID added to links????

2006-02-20 Thread John Nichel

Michael Hulse wrote:


On Feb 20, 2006, at 12:10 PM, John Nichel wrote:

It's all in the manual


Hi, thanks for pointing that out. I guess I should have RTFM first, then 
ask q's second... noob mistake, wont happen again.  :D


I guess I just do not understand why a session is even being created, I 
never started one... I guess I need to read the manual in more detail 
(doing now).


Thanks for the quick response.   :)
Micky



The server you're running the script on may have session.auto_start enabled

--
John C. Nichel IV
Programmer/System Admin (ÜberGeek)
Dot Com Holdings of Buffalo
716.856.9675
[EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php