[EMAIL PROTECTED] wrote:
> I am working on adding a new member to the session module structure. It 
> will create the session ID for the session module. It will default to NULL, 
> in which case the session code will call its normal session_create_id 
> function, however, if the modules define a custome session_id creation 
> routine, it will be called instead.
> 
> This will answer some issues about multiple cookies or the probability of 
> duplicate session ids.
> 
> I will post the diffs after this weekend when I can get to a real internet 
> connection.
> 

It's nice to have :)

+1

I have relatively uncommited large patch for session module.
(And it's getting larger still to address read only session,
session var cannot be saved, $_SESSION undefined at start up,
etc) but I think there will not be much conflicts.

Sascha, do you see problem with my patch?
I'll commit my patch except for $_SESSION/$HTTP_SESSION_VARS
handling patch, if I get no reply :)

Current session module has serious bug for $_SESSION/$HTTP_SESSION_VARS
handling....


-- 
Yasuo Ohgaki


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

Reply via email to