Re: [PHP-WIN] problem of php4 session

2001-10-04 Thread Mike Flynn
You're correct about sessions. Using the PHPSESSID variable, you can do it all server-side. When enable_trans_sid is enabled, all links should automatically have it appended. The only thing you need to add is in all forms you must add a hidden field with the PHPSESSID. I don't see anything

[PHP-WIN] problem of php4 session

2001-10-04 Thread Fai
I have used PHP4 Session in my application but if the client's browser disables cookie, the application will not work. However, session is a server-side implementation and not related to cookie. Does anybody know how to configure and implement with session in PHP4? the following is my confi