Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Session from php read in perl?

Quote Reply
Session from php read in perl?
Hi all,
i just try to set up site with php and links; the problem now is to save some information from and for the user.
In php it is easy to save data in a session and ask for it in every page;
with lsql itīs easy too on SOME pages, but not on all. I can easily pass my data to search for example, but i have no clue how to pass it to modify > login.

So i will hack the lsql-files now to pass my data; but i ask myself if itīs possible to get the session data from php, too?
Quote Reply
Re: [Robert] Session from php read in perl? In reply to
http://search.cpan.org/...6/lib/PHP/Session.pm

Try this module...

- Jonathan