Re: [PHP] Session and Cookie issue

2004-03-03 Thread Chris Shiflett
--- Hardik Doshi <[EMAIL PROTECTED]> wrote: > > 1. Include the session identifier in all your URLs > > manually. > > I did this and it works fine. Now by doing this i have > a question pop up in my mind is about Security. What > security measures should i take when i am passing the > session id va

Re: [PHP] Session and Cookie issue

2004-03-03 Thread Hardik Doshi
Thank you Chris. > > I have selected Disable cookie option in the > safari > > browser setting on my MAC. Before selecting this > > option, my website was working fine but after > > disabling the cookie option, i am not able to > log-in > > to my website. > > There are at least two options: > >

Re: [PHP] Session and Cookie issue

2004-03-02 Thread Chris Shiflett
--- Hardik Doshi <[EMAIL PROTECTED]> wrote: > I have selected Disable cookie option in the safari > browser setting on my MAC. Before selecting this > option, my website was working fine but after > disabling the cookie option, i am not able to log-in > to my website. There are at least two option

Re: [PHP] Session and Cookie issue

2004-03-02 Thread Hardik Doshi
> > The problem is when i start a session > (session_start()), a cookie is > > automatically generated on the local machine > (PHPSESSID). > > This is expected and normal. If it is really a > problem for you, you should > probably explain why. I have selected Disable cookie option in the safari b

Re: [PHP] Session and Cookie issue

2004-03-02 Thread Chris Shiflett
--- Hardik Doshi <[EMAIL PROTECTED]> wrote: > The problem is when i start a session (session_start()), a cookie is > automatically generated on the local machine (PHPSESSID). This is expected and normal. If it is really a problem for you, you should probably explain why. > So for example if someo

[PHP] Session and Cookie issue

2004-03-02 Thread Hardik Doshi
Hi Group, I am using the session handling functions throughout my site. The problem is when i start a session (session_start()), a cookie is automatically generated on the local machine (PHPSESSID). So for example if someone has turned off the cookie option in his browser then he can't log-in to t