my auth system is more or less selfmade. i dig the session component
very much, but need more control in my controllers (!) over the
content
of the session table.

1) i need to find arbitrary session entries in the db,
or better: retrieve a row with a particular serialized
value of data.

do i need to set up a model in order to get sth. like
this working ?

$t = $this->Session->findAll();
pr($t);exit;

2) how can i force the garbage collection and wipe out expired
sessions ?

is this possible:

SessionComponent::gc()  ??

This more a question helping me to understand how
_write and _read work:

3) how does the actual (de)serialization happen in
class CakeSession ?

thanks, jyrgen


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to