Date: 08/06/00
- Next message: francis bouchard: "Re: [phplib] Problem with sessions, MySQL insert error."
- Previous message: Robbie Rech: "[phplib] session token error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: francis bouchard: "Re: [phplib] Problem with sessions, MySQL insert error."
- Previous message: Robbie Rech: "[phplib] session token error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

