in reply to Using Sessions between perl and php.
This does seem a slightly inefficient way to do things. The PHP code has to exec a perl script to set/retrieve a session value (or did I miss something?).
Wouldn't storing each variable in the table as a seperate row (session_id, var_name, value) work?
gav^
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Using Sessions between perl and php.
by jryan (Vicar) on Jan 20, 2002 at 12:19 UTC | |
by gav^ (Curate) on Jan 20, 2002 at 20:46 UTC | |
by maverick (Curate) on Jan 21, 2002 at 02:54 UTC | |
by Aristotle (Chancellor) on Jan 21, 2002 at 03:49 UTC | |
by jryan (Vicar) on Jan 21, 2002 at 06:31 UTC | |
by Aristotle (Chancellor) on Jan 20, 2002 at 15:34 UTC |