>Recreate_id creates a _new_ id if the given one does not exists
Can you explain the following piece of code then:
if (!$self->{data}->{_session_id} || $self ->
{'args'}{'recreate_id'})
It is taken from Session.pm (what I`m learning from).
Why you use OR (||) here? This should by AND (&&), look:
When session_id si NOT set AND recreate_id is set...
I`m confused...
lzap
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]