Re: [PHP] Custom session functions

2004-04-16 Thread Marek Kilimajer
I found only one problem - you must lock the session file when the session is open and unlock it when closed. There is a user note in the manual that explains it. Will wrote: Hello all, Due to my need to have the whole session data file encrypted. I am thinking about using custom session funct

[PHP] Custom session functions

2004-04-16 Thread Will
Hello all, Due to my need to have the whole session data file encrypted. I am thinking about using custom session functions. Saving in a database is not an option. Anyway, I have modified the session example on php.net to perform encoding and decoding. I have tested the session with data and