On Wed, Mar 26, 2003 at 02:02:55PM +0100, J?n ?u?avec wrote:
> Hi
> 
> I have one idea. Store session data in memory instead file. It's fast 
> when file. Yes I know when script is finish all data is delete. But 
> this can be same like file session. But in memory.

There already are various ways to do this:
-enable mm support for session storage (--with-mm)
-store your session files on a ramdisk
-use ext/shmop

Sander

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to