[phplib] Mixing cached and non cached sessions. From: Stefano 'Panda' Baraldi (panda <email protected>)
Date: 08/06/00

Hi.

In my site i need to use sessions, however i want to have some section with
page caching ($allowcache = "public") and some without ($allowcache = "no").
Ho should i deal with it?
Can i have two Session classes and mix them as i like it? But what about
serialization?

Can i just have a cached Session and function header_cache() which sends out
additional no-cache headers for pages i don't want to cache?

<?
   page_open(array("sess" => "Cached_Session"));
   header_no_cache()
?>

Thank you

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>