RE: [PHP] Sessions GET vs. Cookies

2003-07-28 Thread Ford, Mike [LSS]
-Original Message- From: Nicholas Robinson [mailto:[EMAIL PROTECTED] Sent: 27 July 2003 23:40 Many thanks, that's fixed it! On Sunday 27 Jul 2003 10:42 pm, Chris Shiflett wrote: --- Nicholas Robinson [EMAIL PROTECTED] wrote: I've noticed that links in my pages are getting the

[PHP] Sessions GET vs. Cookies

2003-07-27 Thread Nicholas Robinson
Hi First time on the list and this may be a silly question. I'm developing a site that uses sessions. I have enabled cookies and checked that a valid cookie with the appropriate session id is being set. However, I've noticed that links in my pages are getting the sessionid added as a GET

Re: [PHP] Sessions GET vs. Cookies

2003-07-27 Thread Chris Shiflett
--- Nicholas Robinson [EMAIL PROTECTED] wrote: I've noticed that links in my pages are getting the sessionid added as a GET parameter. The session.use_trans_sid directive is enabled in your php.ini. Disable it if you do not want this behavior. Hope that helps. Chris = Become a better Web

Re: [PHP] Sessions GET vs. Cookies

2003-07-27 Thread Nicholas Robinson
Many thanks, that's fixed it! On Sunday 27 Jul 2003 10:42 pm, Chris Shiflett wrote: --- Nicholas Robinson [EMAIL PROTECTED] wrote: I've noticed that links in my pages are getting the sessionid added as a GET parameter. The session.use_trans_sid directive is enabled in your php.ini. Disable