> Hello, I`m reimplementing my old embperl session class to SessionX and I
> have several questions:
>
> 1) I don`t see the differences between create_unknown and recreate_id. Are
> they same?
>
Recreate_id creates a _new_ id if the given one does not exists
create_unkonw cause Apache::SessionX to create a new session if the given
id, if the session doesn't exists. Without this flag Apache::SessionX will
die when the session does not exist.
> 2) when newid is set, is data cleaned or let untouched when the new id is
> generated?
The data is let untouched. The idea is to have a unique id for every
request, which makes it possible to keep track on session data even if the
user hits the back button.
>
> 3) the string passed in the idfrom is the real ID or some string which ID
> will be generated from?
>
some string which ID will be generated from
Gerald
>
> Regards
>
> Lukas Zapletal [[EMAIL PROTECTED]]
> BACH systems Ltd. [www.bach.cz]
> web programmer
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]