From: <ev...@ly...> - 2002-10-04 17:10:37
|
Session handling are built-in to PHP, and has been for some time now. The server stores the users session variables in /tmp/sess_xxx (where=20 xxx is the session_id). On fredag, okt 4, 2002, at 19:05 Europe/Oslo, Marook Zuug Kenja wrote: > Hi All. > > On fredag, okt 4, 2002, at 18:54 Europe/Copenhagen, Jared wrote: > >>> Ok, so I want to talk about Sessions.... how are we going to speed=20= >>> up and lighten processor load for 0.6 PHP iCalendar? :-) >> >> Well, I think if we write all the main variables to a session along=20= >> with the filemtime() of the last parsed file, it can check each page=20= >> load whether the file is different and if not, use the session data.=20= >> If it is different, parse the file again and write it to the session.=20= >> I don't think it's too complicated, really. We just need=20 >> $master_array, $getdate, $cal, and $cal_modDate. I don't know if we=20= >> need anything else (at least, I can't think of it off the top of my=20= >> head). > > So, I'm new to session handling in PHP, though I have been doing some=20= > with MySQL. > Does PHP have build-in session-handling? With cashing of data? > > Jakob Peterh=E4nsel > > "Tell me why, don't we try, not to break our hearts > and make it so hard for our selfs" > P.S.B. 1987 > > Email: ja...@hj... > AIM: Marook |