[nycphp-talk] Experts help needed (Sessions)
Dan Cech
dcech at phpwerx.net
Wed Aug 3 11:15:34 EDT 2005
Joseph,
There is nothing stopping you from updating the session record from
within the session read callback, and in fact it can be beneficial
because your write function will then always have a record to update,
and doesn't need to worry about insert capability.
Dan
Joseph Crawford wrote:
> Dan,
>
> thanks for the info i was trying to determine if i could make php's internal
> sessions read before write but i guess it cannot, i will have to do one of 2
> things.
>
> 1.) create my own session managment
> 2.) create the work around storing the values in the session as you
> suggested.
More information about the talk
mailing list