[PHP] Internals of Session files

2001-01-18 Thread Eivind Trondsen
Hi all! Can someone shed any light on the internals of the session file format? Is it documented somewhere? We are building a system to log user paths, and are thinking of harvesting PHP session objects to accomplish this. Has someone done the same? Thanks for all help! :-) -- -- Eivind

Re: [PHP] Internals of Session files

2001-01-18 Thread Chris Lee
No if memory serves me correctly php by default saves the session files in its own format, but you can tell php to save sessions in XML (wddx? am I way off) Ive never used XML, WDDX, or tried doing anything directly with the sessions files Chris Lee "Eivind Trondsen" [EMAIL PROTECTED] wrote

Re: [PHP] Internals of Session files

2001-01-18 Thread Chris Adams
On 18 Jan 2001 08:28:50 -0800, Eivind Trondsen [EMAIL PROTECTED] wrote: Can someone shed any light on the internals of the session file format? Is it documented somewhere? We are building a system to log user paths, and are thinking of harvesting PHP session objects to accomplish this. Has