Re: [PHP] How is SESSION_ID passed?

2002-05-25 Thread Miguel Cruz
On Fri, 24 May 2002, Alex Shi wrote: > I have created several web sites using php. In all these sites > session id is passed via cookie. However I noticed that some > times it was passed by url. I am thinking that to pass session > id by url will be safer than by cookie. You are thinking incorrec

Re: [PHP] How is SESSION_ID passed?

2002-05-24 Thread Janet Valade
- Original Message - From: "Alex Shi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 24, 2002 8:25 PM Subject: [PHP] How is SESSION_ID passed? > Hello, > > I have created several web sites using php. In all these sites > session id is pa

[PHP] How is SESSION_ID passed?

2002-05-24 Thread Alex Shi
Hello, I have created several web sites using php. In all these sites session id is passed via cookie. However I noticed that some times it was passed by url. I am thinking that to pass session id by url will be safer than by cookie. However I don't know how can do this without change my code. D