> 
>   I need to give user a new session but I don't want to 
> delete old data for archival purposes - so don't want 
> $r->DeleteSession - what's the right way? User don't need to 
> remember old session, so I can just make a new session and 
> resnd a new cookie, but what is the standard way?
> 

You should be able to start a new session by setting a new session id in

$udat{_session_id}


>   And one more slightly unrelated question - when user log in 
> using  a password I want to give him his old session - how?
> 

Set $udat{_session_id} to his session id


Gerald



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to