[PHP] compiling 3'd party php modules

2004-07-04 Thread Zilvinas Saltys
Hello, I need to compile sqlanywhere module. http://www.sybase.com/detail/1,6904,1019698,00.html Theyr documentation says that i need to compile the whole php source tree. That is not an easy task on gentoo with ebuilds. Well i managed to do that. But maybe there is an easier way? To compile

[PHP] session id changing all the time on some pc's

2004-07-02 Thread Zilvinas Saltys
Hello, I have a strange problem. For example i have a script: ?php session_start(); echo session_id(); ? Once it started a session the session_id should never change. It works on my localhost with default php configuration. I'm using mozilla firefox and IE. I put this script on some other

Re: [PHP] session id changing all the time on some pc's

2004-07-02 Thread Zilvinas Saltys
On Fri, 2 Jul 2004 12:21:34 -0400 Gerard Samuel [EMAIL PROTECTED] wrote: On Friday 02 July 2004 12:12 pm, Zilvinas Saltys wrote: I looked at server configurations but i couldn't find anything usefull. I tried to change IE settings to accept all cookies but nothing changed. Maybe someone

Re: [PHP] session id changing all the time on some pc's

2004-07-02 Thread Zilvinas Saltys
On Fri, 2 Jul 2004 22:45:23 + Curt Zirzow [EMAIL PROTECTED] wrote: * Thus wrote Torsten Roehr: Zilvinas Saltys [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] The only thing i want to know is all the truth about IE (6?) and cookies :) Heeelp :) Sorry to say

Re: [PHP] Dealing with session expiry

2003-10-18 Thread Zilvinas
Hello, Why are you saving such information into a session? Sessions are for temporary information. Use cookies or database, if you are doing what you are saying :) There should be no harm. Bye. I have some pages that use sessions to call out certain elements in the layouts. It allows user